From 15ff116abccb521ec84763725cd013aa4fcb4ad3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 25 Apr 2018 20:55:52 +0200 Subject: Use kitty as default terminal Wish I could completely disable the kitty-internal tiling features but even so it performs better than urxvt - especially when using vim-csexact color scheme conversion. --- conf/xmonad/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/xmonad/xmonad.hs') diff --git a/conf/xmonad/xmonad.hs b/conf/xmonad/xmonad.hs index 018768a..4102223 100644 --- a/conf/xmonad/xmonad.hs +++ b/conf/xmonad/xmonad.hs @@ -36,7 +36,7 @@ main = xmonad $ ewmh defaultConfig , borderWidth = 3 , normalBorderColor = "#161616" , focusedBorderColor = "#909737" - , terminal = "urxvt" + , terminal = "kitty" , handleEventHook = handleEventHook defaultConfig <+> fullscreenEventHook , layoutHook = availableLayouts } @@ -45,7 +45,7 @@ main = xmonad $ ewmh defaultConfig `additionalKeysP` -- application launchers [ ("M-p" , spawn "rofi -show combi") - , ("M-" , spawn "urxvt") + , ("M-" , spawn "kitty") , ("M-" , spawn "vim -g") -- actual window management , ("M-" , prevWS) -- cgit v1.2.3