From 7b8edbda72b6f3db94bcb5e9d3a132d11e04658e Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 25 Feb 2026 21:18:17 +0000 Subject: Set default cursor to arrow --- .xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.xinitrc b/.xinitrc index 1bb8080..43d35be 100644 --- a/.xinitrc +++ b/.xinitrc @@ -21,6 +21,9 @@ fi # Disable console bell xset b off +# Set default cursor to an arrow +xsetroot -cursor_name arrow + # Load wallpaper $HOME/.fehbg & -- cgit v1.2.3