updated some old program names
This commit is contained in:
parent
781719c30a
commit
31c3fed9df
@ -219,9 +219,9 @@ myStandardEZKeys =
|
|||||||
|
|
||||||
--NOTE my custom keybind/script combinations
|
--NOTE my custom keybind/script combinations
|
||||||
--NOTE system controls
|
--NOTE system controls
|
||||||
, ("M-S-s", spawn "/usr/local/bin/prompt \"Are you sure you want to Shutdown?\" \"shutdown now\"") -- prompt computer shutdown
|
, ("M-S-s", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Shutdown?\" \"shutdown now\"") -- prompt computer shutdown
|
||||||
, ("M-S-r", spawn "/usr/local/bin/prompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart
|
, ("M-S-r", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart
|
||||||
, ("M-<Escape>", spawn "/usr/local/bin/prompt \"Are you sure you want to lock?\" \"slock\" 1") -- prompt computer lock
|
, ("M-<Escape>", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to lock?\" \"slock\" 1") -- prompt computer lock
|
||||||
|
|
||||||
--NOTE bitwarden controls
|
--NOTE bitwarden controls
|
||||||
, ("M-S-x", spawn "$HOME/.local/bin/bw-unlock") -- unlock bitwarden cli
|
, ("M-S-x", spawn "$HOME/.local/bin/bw-unlock") -- unlock bitwarden cli
|
||||||
@ -564,4 +564,4 @@ xmonad $ ewmh $ docks def
|
|||||||
, ppOrder = \(ws:l:t:ex) -> [ws,l]
|
, ppOrder = \(ws:l:t:ex) -> [ws,l]
|
||||||
},
|
},
|
||||||
startupHook = myStartupHook
|
startupHook = myStartupHook
|
||||||
} `additionalKeysP` myEZKeys
|
} `additionalKeysP` myEZKeys
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user