l 5 xmonad-lass: add binding for termite

This commit is contained in:
lassulus 2016-10-27 14:19:04 +02:00
parent 01f313bf9e
commit c4bd497f1e

View file

@ -129,6 +129,7 @@ myKeyMap =
, ("M4-<Esc>", toggleWS)
, ("M4-S-<Enter>", spawn urxvtcPath)
, ("M4-x", floatNext True >> spawn urxvtcPath)
, ("M4-z", floatNext True >> spawn "${pkgs.termite}/bin/termite")
, ("M4-f", floatNext True)
, ("M4-b", sendMessage ToggleStruts)