From 6378080477dc156c66ac0c4dc1fcad61fa173a63 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Wed, 26 May 2021 21:15:01 +0200 Subject: [PATCH] added alacritty to xmonad config --- .xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"