From 99f295cb61d83b1f77fff11302cdfd71118b6dd4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 31 Mar 2017 22:36:37 -0700 Subject: [PATCH] [XMonad] Add a binding for rofi_paswitch --- dotfiles/xmonad/xmonad.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index fcc026ea..f2e3d4e5 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -773,6 +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") -- Media keys