Move to rio

This commit is contained in:
Martin Potier 2024-05-10 21:30:49 +03:00
parent 103f14ad32
commit 9c445e801a
No known key found for this signature in database
GPG key ID: D4DD957DBA4AD89E
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ modify conf = conf
} }
pads = pads =
[ NS "htop" "alacritty --title htop tmux" (title =? "htop") [ NS "htop" "rio -e tmux" (title =? "htop")
(customFloating $ W.RationalRect (1/3) (1/3) (1/3) (1/3)) (customFloating $ W.RationalRect (1/3) (1/3) (1/3) (1/3))
-- , NS "stardict" "stardict" (className =? "Stardict") -- , NS "stardict" "stardict" (className =? "Stardict")
-- (customFloating $ W.RationalRect (1/6) (1/6) (2/3) (2/3)) -- (customFloating $ W.RationalRect (1/6) (1/6) (2/3) (2/3))

View file

@ -75,7 +75,7 @@ withConfig =
{ manageHook = myManageHook <+> manageHook desktopConfig { manageHook = myManageHook <+> manageHook desktopConfig
, layoutHook = desktopLayoutModifiers layouts , layoutHook = desktopLayoutModifiers layouts
, startupHook = spawnOnce "sh /home/e/.fehbg" , startupHook = spawnOnce "sh /home/e/.fehbg"
, terminal = "alacritty" , terminal = "rio"
, normalBorderColor = S.base03 , normalBorderColor = S.base03
, focusedBorderColor = S.green , focusedBorderColor = S.green
, borderWidth = 5 , borderWidth = 5