Update XMonad config

This commit is contained in:
Daniele Fucini
2026-03-26 21:59:52 +01:00
parent 7fcf078a4e
commit 9be73f1d42

View File

@@ -155,8 +155,8 @@ myLayoutHook = onWorkspace "2:\xe743 " myWebLayout $ onWorkspace "3:\xf1b6 " myG
tabbed shrinkText myTabConfig tabbed shrinkText myTabConfig
myTabConfig = myTabConfig =
def def
{ activeColor = "#737aa2", { activeColor = "#24283b",
inactiveColor = "#24283b" inactiveColor = "#737aa2"
} }
tiled = Tall nmaster delta ratio tiled = Tall nmaster delta ratio
nmaster = 1 nmaster = 1
@@ -199,14 +199,7 @@ myStartupHook :: X ()
myStartupHook = do myStartupHook = do
spawnOnce "xsetroot -cursor_name left_ptr" spawnOnce "xsetroot -cursor_name left_ptr"
spawnOnce myScreenSetup spawnOnce myScreenSetup
-- spawnOnce $
-- "xrandr --output HDMI-1-0 --preferred --primary --output eDP-1 --right-of HDMI-1-0 --preferred && ~/.fehbg"
-- ++ " && picom -b -c"
spawnOnce "xautolock -time 10 -locker slock -detectsleep" spawnOnce "xautolock -time 10 -locker slock -detectsleep"
-- spawnOnce
-- "trayer -l --edge top --align right --SetDockType true \
-- \--SetPartialStrut true --expand true --widthtype request \
-- \--tint 0x232634 --height 18 --monitor 1"
spawnOnce "redshift-gtk" spawnOnce "redshift-gtk"
spawnOnce "udiskie" spawnOnce "udiskie"
spawnOnce "nm-applet" spawnOnce "nm-applet"