From 31c3fed9dfb7e461ae02ce4a8bda0f9ea1307c56 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 11 Oct 2021 11:25:49 +1030 Subject: [PATCH] updated some old program names --- .xmonad/xmonad.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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