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