mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-07-19 04:00:31 +02:00
xsecurelock
This commit is contained in:
@@ -61,7 +61,7 @@ myConfig =
|
||||
-- , ("<M-S-s>", unGrab *> spawn "scrot -s ~/Pictures/Screenshots/%b-%d::%H-%M-%S.png")
|
||||
]
|
||||
`additionalKeys` [ ((mod1Mask, xK_Tab), nextMatch History (return True)),
|
||||
((modm, xK_Escape), spawn "dm-tool lock"),
|
||||
((modm, xK_Escape), spawn "xset s activate"),
|
||||
((modm, xK_Down), nextWS),
|
||||
((modm, xK_Up), prevWS),
|
||||
((modm, xK_j), nextWS),
|
||||
|
||||
Reference in New Issue
Block a user