diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-13 14:18:51 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-13 14:18:51 -0400 |
commit | d8c0a836ebcab625478dfc53cc2f712cf3aa26e3 (patch) | |
tree | d5ff41498449e2c490562945d3b041739bcf3922 | |
parent | Add `~/.cargo/bin` to `$PATH` (diff) | |
download | dotfiles.old-d8c0a836ebcab625478dfc53cc2f712cf3aa26e3.tar.gz dotfiles.old-d8c0a836ebcab625478dfc53cc2f712cf3aa26e3.tar.bz2 dotfiles.old-d8c0a836ebcab625478dfc53cc2f712cf3aa26e3.zip |
Change pointer in `home/.xinitrc` to `XC_crosshair`
-rw-r--r-- | home/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.xinitrc b/home/.xinitrc index e4aec78..ed2c1c2 100644 --- a/home/.xinitrc +++ b/home/.xinitrc | |||
@@ -5,7 +5,7 @@ xhost +SI:localuser:$USER | |||
5 | export _JAVA_AWT_WM_NONREPARENTING=1 | 5 | export _JAVA_AWT_WM_NONREPARENTING=1 |
6 | 6 | ||
7 | # Set default cursor | 7 | # Set default cursor |
8 | xsetroot -cursor_name left_ptr | 8 | xsetroot -cursor_name XC_crosshair |
9 | 9 | ||
10 | # Set keyboard repeat rate | 10 | # Set keyboard repeat rate |
11 | xset r rate 200 60 | 11 | xset r rate 200 60 |