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