mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add support for locking the screen via M-S-l
This commit is contained in:
parent
b3e074a7ff
commit
4da2e78619
1 changed files with 1 additions and 0 deletions
|
@ -41,4 +41,5 @@ main = do
|
|||
`additionalKeysP`
|
||||
[ ("M-p", shellPrompt defaultXPConfig { position = Top })
|
||||
, ("M-b", sendMessage ToggleStruts)
|
||||
, ("M-S-l", spawn "~/bin/lock")
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue