fix cursor is X

This commit is contained in:
2025-11-22 22:55:15 +01:00
parent 1246aaf100
commit 2853c33455

View File

@@ -145,6 +145,7 @@ myStartupHook = do
\--SetPartialStrut true --expand false --width 5 --transparent true \
\--alpha 0 --tint 0x000000 --height 18 --distance 0 --monitor primary"
spawnOnce "feh --bg-fill --no-fehbg /usr/share/nix.png"
spawn "xsetroot -cursor_name left_ptr"
myLayout = avoidStruts $ smartBorders tiled ||| smartBorders (Mirror tiled) ||| smartBorders Full
where