From 2853c334550ef8086876131a1881cc1ae6fc25e4 Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Sat, 22 Nov 2025 22:55:15 +0100 Subject: [PATCH] fix cursor is X --- home/config/xmonad/xmonad.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/home/config/xmonad/xmonad.hs b/home/config/xmonad/xmonad.hs index adc3de9..e56e119 100644 --- a/home/config/xmonad/xmonad.hs +++ b/home/config/xmonad/xmonad.hs @@ -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