From 3c0170ea752edd1259f3a2d828e43d5f04bbef10 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 31 Aug 2021 18:27:50 +0930 Subject: [PATCH] updated prompt to dmenuprompt, make sure that script is updated before pulling... --- .xmonad/xmonad.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 03131e2..2dc653f 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -186,9 +186,9 @@ myEZKeys = --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