More correct way of locking the screen
This commit is contained in:
parent
2f2593eabc
commit
c6406cc2dd
@ -211,7 +211,7 @@ myKeys extraConfig conf =
|
||||
, ("M-<Space>", addName "Next layout" $ sendMessage NextLayout)] ^++^
|
||||
subKeys "Resize" []
|
||||
where
|
||||
locker = "sh ~/scripts/lock.sh"
|
||||
locker = "xset s activate"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user