Compare commits
2 commits
4812fdf1d3
...
71785e3779
Author | SHA1 | Date | |
---|---|---|---|
71785e3779 | |||
b4b0f73f35 |
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue