From 03afa2934eef68761d3da9ca80fab209df8af04d Mon Sep 17 00:00:00 2001 From: afranco Date: Wed, 24 May 2023 12:56:51 +0100 Subject: [PATCH] chore: Changed terminal to kitty in xmonad --- .config/xmonad/xmonad.norg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/xmonad/xmonad.norg b/.config/xmonad/xmonad.norg index 7525cf6..a6f1a28 100644 --- a/.config/xmonad/xmonad.norg +++ b/.config/xmonad/xmonad.norg @@ -57,7 +57,7 @@ import Colors.Teal * Variables @code haskell -myTerminal = "alacritty" +myTerminal = "kitty" myTerminalTmux = myTerminal ++ " -e tmux a" myTextEditor = "nvim" myWebBrowser = "firefox" @@ -172,7 +172,7 @@ myStartupHook = do spawn ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --widthtype request --padding 7 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 26 --distance 5 &") spawnOn "web" myWebBrowser spawnOn "main" myTerminalTmux - spawnOn "monitoring" ("alacritty -e btop") + spawnOn "monitoring" (myTerminal ++ " -e btop") @end * XMobar Config @code haskell