Compare commits
No commits in common. "71785e3779da3d856bcca7e78fbc33f63014ede3" and "4812fdf1d364c4052995d5d44df07acb99085739" have entirely different histories.
71785e3779
...
4812fdf1d3
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue