From 2d6b71c7f6e57fd6552987955e96e2811e706006 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 21 Jan 2024 13:29:17 -0700 Subject: [PATCH] hosts/clunk: use alacritty as the terminal --- hosts/clunk/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/clunk/xmonad.hs b/hosts/clunk/xmonad.hs index 7a02742..f40545b 100644 --- a/hosts/clunk/xmonad.hs +++ b/hosts/clunk/xmonad.hs @@ -39,7 +39,7 @@ main = do { normalBorderColor = "#666666" , focusedBorderColor = "darkgrey" , focusFollowsMouse = False - , terminal = "xterm" + , terminal = "alacritty" , workspaces = myWorkspaces , startupHook = myStartupHook , layoutHook = myLayoutHook