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" ''
|
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")
|
||||||
|
|
Loading…
Reference in a new issue