From 3ae52368ca251a34722a4b8d90abdc2955d19d8c Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 7 Dec 2022 21:18:59 +1000 Subject: [PATCH] xmonad: set termonad as default terminal --- .xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 60d277a..df089ee 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -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-", spawn launcher), - ("M-", spawn Main.terminal), + ("M-S-", spawn Main.terminal), ("M-", kill1), -- Layout control ("M-z", sendMessage Expand),