diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-02-25 21:18:17 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-02-25 21:18:17 +0000 |
| commit | 7b8edbda72b6f3db94bcb5e9d3a132d11e04658e (patch) | |
| tree | e59ff27906c7f3b8d5aded8c9a7ac708531032b2 /.xinitrc | |
| parent | 5507a5c5a4f3fa37b4fb385c7b4aff1380e1ba6d (diff) | |
Set default cursor to arrow
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 & |
