From e3fd21ab6e254913da32ddd6e40eddd450f5992b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Mar 2017 17:29:20 -0800 Subject: [PATCH] [XMonad] Add binding for rofi_command.sh --- dotfiles/xmonad/xmonad.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index ea8a8112..1827bfd4 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -711,6 +711,7 @@ addKeys conf@XConfig { modMask = modm } = , ((hyper, xK_p), spawn "rofi-pass") , ((hyper, xK_h), spawn "screenshot.sh") , ((hyper, xK_c), spawn "shell_command.sh") + , ((hyper, xK_x), spawn "rofi_command.sh") , ((hyper .|. shiftMask, xK_l), spawn "dm-tool lock") , ((hyper, xK_l), selectLayout) , ((hyper, xK_k), spawn "rofi_kill_process.sh")