[XMonad] Fix stack build

This commit is contained in:
2018-05-03 10:39:40 -07:00
parent 54df41e1e9
commit 551072f24e
3 changed files with 26 additions and 9 deletions

View File

@@ -971,9 +971,9 @@ addKeys conf@XConfig { modMask = modm } =
-- Non-XMonad
, ((modm, xK_v), spawn "copyq paste")
, ((modm, xK_v), spawn "xclip -o | xdotool type --file -")
, ((modm .|. controlMask, xK_s), spawn "split_current_chrome_tab.sh")
, ((hyper, xK_v), spawn "clipit_rofi.sh")
, ((hyper, xK_v), spawn "rofi_clipit.sh")
, ((hyper, xK_p), spawn "rofi-pass")
, ((hyper, xK_h), spawn "screenshot.sh")
, ((hyper, xK_c), spawn "shell_command.sh")