Compare commits

..

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

View file

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