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