Compare commits

..

2 commits

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")