Initial commit

This commit is contained in:
Tim Schubert 2021-01-24 19:00:03 +01:00
commit 3393073cd3
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
9 changed files with 122 additions and 0 deletions

6
bin/lock-session Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
qdbus org.keepassxc.KeePassXC.MainWindow /keepassxc org.keepassxc.MainWindow.lockAllDatabases
swaymsg 'output * dpms off'
swaylock -c 1f2022
swaymsg 'output * dpms on'