diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index abed9af..56dde75 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -44,7 +44,7 @@ import qualified Data.Map as M -- The preferred terminal program, which is used in a binding below and by -- certain contrib modules. -- -myTerminal = "termite" +myTerminal = "alacritty" -- The command to take a fullscreen screenshot. myScreenshotFull = "flameshot full -c"