[dev] [slock] FDO lock event signal

2020-05-09 Thread Nicolo' Piazzalunga
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

Re: [dev] [slock] FDO lock event signal

2020-05-10 Thread Nicolo' Piazzalunga
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

Re: [dev] [slock] FDO lock event signal

2020-05-19 Thread Nicolo' Piazzalunga
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.

[dev] dwm and cursor size/shape question

2020-07-03 Thread Nicolo' Piazzalunga
I understand one can use xsetroot -cursor_name, but does dwm set the default cursor or anything like that? Thanks.