Compare commits

..

No commits in common. "71785e3779da3d856bcca7e78fbc33f63014ede3" and "4812fdf1d364c4052995d5d44df07acb99085739" have entirely different histories.

View file

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