aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-02-25 21:18:17 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-02-25 21:18:17 +0000
commit7b8edbda72b6f3db94bcb5e9d3a132d11e04658e (patch)
treee59ff27906c7f3b8d5aded8c9a7ac708531032b2
parent5507a5c5a4f3fa37b4fb385c7b4aff1380e1ba6d (diff)
Set default cursor to arrow
-rw-r--r--.xinitrc3
1 files changed, 3 insertions, 0 deletions
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 &