From d043b0455c44176b78f0fbf30c9c71bb383955bb Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 15 Feb 2022 20:09:13 +0100 Subject: [PATCH] [StumpWM] Set the cursor to something actually usable --- stumpwm/stumpwmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 82a9789..1062c5d 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -381,6 +381,7 @@ script." (switch-layout-to *key-layout*) +(run-shell-command "xsetroot -cursor_name left_ptr") (run-shell-command "xmodmap $HOME/.Xmodmap" t) ;; Local Variables: