fix screen locking with desktopctl (and make it more universal)

This commit is contained in:
Schrottkatze 2023-11-21 16:13:08 +01:00
parent dadccdbe20
commit b4b0f73f35

View file

@ -2,7 +2,7 @@
pkgs.writeShellScriptBin "desktopctl" ''
case $@ in
"Lock Screen")
nohup sh -c "i3lock-fancy" > /dev/null &
loginctl lock-session
exit 0
;;
"Log Out")