l: add termite keybinding
This commit is contained in:
parent
2d9c74b4f3
commit
124a6a9a9a
@ -79,6 +79,7 @@ in {
|
||||
youtube-tools
|
||||
|
||||
rxvt_unicode
|
||||
termite
|
||||
];
|
||||
|
||||
fonts.fonts = [
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user