From 9c445e801adcecbb64934b4e509fcab812572b18 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Fri, 10 May 2024 21:30:49 +0300 Subject: [PATCH] Move to rio --- lib/Scratchpad.hs | 2 +- xmonad.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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