xmonad: set termonad as default terminal

This commit is contained in:
Serĉanto de Scio 2022-12-07 21:18:59 +10:00
parent 93031832aa
commit 3ae52368ca
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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),