diff --git a/lib/Scratchpad.hs b/lib/Scratchpad.hs index 6c9c494..1e8ab28 100644 --- a/lib/Scratchpad.hs +++ b/lib/Scratchpad.hs @@ -16,7 +16,7 @@ modify conf = conf } 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)) -- , NS "stardict" "stardict" (className =? "Stardict") -- (customFloating $ W.RationalRect (1/6) (1/6) (2/3) (2/3)) diff --git a/xmonad.hs b/xmonad.hs index 9a4b2be..4b89e12 100755 --- a/xmonad.hs +++ b/xmonad.hs @@ -75,7 +75,7 @@ withConfig = { manageHook = myManageHook <+> manageHook desktopConfig , layoutHook = desktopLayoutModifiers layouts , startupHook = spawnOnce "sh /home/e/.fehbg" - , terminal = "alacritty" + , terminal = "rio" , normalBorderColor = S.base03 , focusedBorderColor = S.green , borderWidth = 5