With dwm and slock on Arch Linux, my password manager (keepassxc) does
not lock when I lock my screen (while it does when I suspend).
At keepassxreboot/keepassxc github (issue 4712), they say it might be
due to slock not sending the standard FreeDesktop.org signals that a
lock event occurred.
Do yo
Somethig like that should work, thank you.
Let me try it.
On Sun, May 10, 2020 at 7:30 AM Tobias Bengfort
wrote:
> I have used a wrapper script to lock gnome-keyring using this:
>
> ```
> dbus-send --dest=org.freedesktop.secrets /org/freedesktop/secrets
> org.freedesktop.Secret.Service.Lock
> arr
Following your suggestion and the wiki of keepassxc, it seems that the command
dbus-send --type=method_call --dest=org.keepassxc.KeePassXC.MainWindow
/keepassxc org.keepassxc.MainWindow.lockAllDatabases
does the job.
Thank you.
I understand one can use xsetroot -cursor_name, but does dwm set the
default cursor or anything like that?
Thanks.