diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 13c464a..5e0680a 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -219,9 +219,9 @@ myStandardEZKeys = --NOTE my custom keybind/script combinations --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-r", spawn "/usr/local/bin/prompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart - , ("M-", spawn "/usr/local/bin/prompt \"Are you sure you want to lock?\" \"slock\" 1") -- prompt computer lock + , ("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/dmenuprompt \"Are you sure you want to Restart?\" \"reboot\"") -- prompt computer restart + , ("M-", spawn "/usr/local/bin/dmenuprompt \"Are you sure you want to lock?\" \"slock\" 1") -- prompt computer lock --NOTE bitwarden controls , ("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] }, startupHook = myStartupHook - } `additionalKeysP` myEZKeys \ No newline at end of file + } `additionalKeysP` myEZKeys