forked from colonelpanic/dotfiles
[XMonad] Fix rofi_paswitch.sh binding
This commit is contained in:
parent
6010a0c2d1
commit
134c2202c5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user