updated prompt to dmenuprompt, make sure that script is updated before pulling...

This commit is contained in:
Solomon Laing 2021-08-31 18:27:50 +09:30
parent 5e7f4d1c38
commit 3c0170ea75

View File

@ -186,9 +186,9 @@ myEZKeys =
--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