More correct way of locking the screen

This commit is contained in:
Mats Rauhala 2019-08-09 16:31:38 +03:00
parent 2f2593eabc
commit c6406cc2dd
1 changed files with 1 additions and 1 deletions

View File

@ -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"