From 134c2202c53774c9e7f6866fb4ceb219b61176e0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 4 Apr 2017 19:46:46 -0700 Subject: [PATCH] [XMonad] Fix rofi_paswitch.sh binding --- dotfiles/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index f2e3d4e5..bca4a0e6 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -773,7 +773,7 @@ addKeys conf@XConfig { modMask = modm } = , ((hyper, xK_slash), spawn "toggle_taffybar.sh") , ((hyper, xK_space), spawn "skippy-xd") , ((hyper, xK_i), spawn "rofi_select_input.hs") - , ((hyper, xK_o), spawn "rofi_paswitch.hs") + , ((hyper, xK_o), spawn "rofi_paswitch.sh") -- Media keys