From 5306f078310572ccf434c92c1a1cf380a6e1a677 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 27 Jun 2021 09:01:41 +0200 Subject: [PATCH] Use Xfce4 terminal as default one This one's good enough and readily available. Color customization is also a bit easier. Still keep the configutation for urxvt around just in case. --- xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad/xmonad.hs b/xmonad/xmonad.hs index eaafa50..b0b2bbe 100644 --- a/xmonad/xmonad.hs +++ b/xmonad/xmonad.hs @@ -35,7 +35,7 @@ main = xmonad $ docks $ ewmh $ def { - terminal = "urxvtcd" + terminal = "xfce4-terminal" , normalBorderColor = "#cccccc" , focusedBorderColor = "#2342ff" , keys = keyMap