l: add termite keybinding

This commit is contained in:
lassulus 2017-09-20 18:16:56 +02:00
parent 2d9c74b4f3
commit 124a6a9a9a
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ in {
youtube-tools
rxvt_unicode
termite
];
fonts.fonts = [

View File

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