1
0

i3lock -> xsecurelock

This commit is contained in:
2020-01-06 15:29:14 +00:00
parent ebe2fb504e
commit 2732e21f01
4 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ notifySend expireTime shellCommand = spawn
++ " \"$(" ++ shellCommand ++ ")\""
-- M - modMask, M1 - Alt, C - Control, S - Shift. Use xev.
keysP = [ ("M-l", spawn "i3lock -n -c 000000")
keysP = [ ("M-l", spawn "xsecurelock")
, ("<Print>", spawn "escrotum -Cs")
, ("<XF86MonBrightnessUp>", spawn "sudo light -A 3")
, ("<XF86MonBrightnessDown>", spawn "sudo light -U 3")