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