From 000a960006773f4b1751448ca6f66863a5a9c392 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 25 Nov 2021 21:11:01 +0100 Subject: [PATCH] Fix default 'X'-shaped cursor --- home/.config/x11/xprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/.config/x11/xprofile b/home/.config/x11/xprofile index f3c3b4b..2fab89e 100644 --- a/home/.config/x11/xprofile +++ b/home/.config/x11/xprofile @@ -43,3 +43,6 @@ udiskie -A -s & # Enable running applications from chroot xhost +local: +# Change x shaped default cursor (fonts are located in /usr/include/X11/cursorfont.h) +xsetroot -cursor_name left_ptr +