l 5 xmonad: remove broken termite

This commit is contained in:
lassulus 2017-02-05 01:19:10 +01:00
parent 2d8c8c4cf5
commit 427482e479

View File

@ -129,7 +129,6 @@ 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)