use st as terminal

This commit is contained in:
Łukasz Pankowski 2023-07-29 00:22:27 +02:00
parent c858ebbce3
commit 375a316ac1

View File

@ -29,7 +29,7 @@ ifDark dark light = if isDark then dark else light
myConfig = myConfig =
def def
{ modMask = mod4Mask, { modMask = mod4Mask,
terminal = "xterm", terminal = "st",
borderWidth = 3, borderWidth = 3,
focusedBorderColor = ifDark "#a0522d" "#ff7f50", focusedBorderColor = ifDark "#a0522d" "#ff7f50",
normalBorderColor = ifDark "#708090" "#bebebe", normalBorderColor = ifDark "#708090" "#bebebe",
@ -59,9 +59,9 @@ myConfig =
] ]
scratchpads = scratchpads =
[ NS "terminal" "xterm -T terminal" (title =? "terminal") floating, [ NS "terminal" "st -T terminal" (title =? "terminal") floating,
NS "thunar" "thunar" (className =? "Thunar") floating, NS "thunar" "thunar" (className =? "Thunar") floating,
NS "top" "xterm -T top -e top" (title =? "top") floating NS "top" "st -T top -e top" (title =? "top") floating
] ]
where where
floating = customFloating $ RationalRect (1 / 6) (1 / 6) (2 / 3) (2 / 3) floating = customFloating $ RationalRect (1 / 6) (1 / 6) (2 / 3) (2 / 3)