Move to rio
This commit is contained in:
parent
103f14ad32
commit
9c445e801a
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue