added alacritty to xmonad config

This commit is contained in:
2021-05-26 21:15:01 +02:00
parent 874a7feff5
commit 6378080477
+1 -1
View File
@@ -44,7 +44,7 @@ import qualified Data.Map as M
-- The preferred terminal program, which is used in a binding below and by -- The preferred terminal program, which is used in a binding below and by
-- certain contrib modules. -- certain contrib modules.
-- --
myTerminal = "termite" myTerminal = "alacritty"
-- The command to take a fullscreen screenshot. -- The command to take a fullscreen screenshot.
myScreenshotFull = "flameshot full -c" myScreenshotFull = "flameshot full -c"