xmonad: set termonad as default terminal
This commit is contained in:
parent
93031832aa
commit
3ae52368ca
|
@ -175,7 +175,7 @@ logseq = "logseq"
|
||||||
musicPlayer = "spotify"
|
musicPlayer = "spotify"
|
||||||
obs = "obs"
|
obs = "obs"
|
||||||
screenshot = "flameshot gui"
|
screenshot = "flameshot gui"
|
||||||
terminal = "wezterm"
|
terminal = "termonad"
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
-- Keybinds --
|
-- Keybinds --
|
||||||
|
@ -188,7 +188,7 @@ myKeybinds =
|
||||||
("M-i", spawn incognitoBrowser),
|
("M-i", spawn incognitoBrowser),
|
||||||
("M-f", spawn screenshot),
|
("M-f", spawn screenshot),
|
||||||
("M-<Space>", spawn launcher),
|
("M-<Space>", spawn launcher),
|
||||||
("M-<Return>", spawn Main.terminal),
|
("M-S-<Return>", spawn Main.terminal),
|
||||||
("M-<Backspace>", kill1),
|
("M-<Backspace>", kill1),
|
||||||
-- Layout control
|
-- Layout control
|
||||||
("M-z", sendMessage Expand),
|
("M-z", sendMessage Expand),
|
||||||
|
|
Loading…
Reference in a new issue