[XMonad] Remove hyper 8 binding for rofi_paswitch

This commit is contained in:
Ivan Malison 2017-09-07 14:50:15 -07:00
parent 15c4078dd4
commit 769296f7c6
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -981,7 +981,6 @@ addKeys conf@XConfig { modMask = modm } =
, ((hyper, xK_0), spawn "tvpower.js")
, ((modalt, xK_z), spawn "split_chrome_tab_to_next_screen.sh")
, ((hyper, xK_9), spawn "start_synergy.sh")
, ((hyper, xK_8), spawn "rofi_paswitch.sh")
, ((hyper, xK_slash), spawn "toggle_taffybar.sh")
, ((hyper, xK_space), spawn "skippy-xd")
, ((hyper, xK_i), spawn "rofi_select_input.hs")