From 7571d38dd8945d09f5202f9f7f97215c6841f8aa Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 5 Jun 2024 13:28:09 -0500 Subject: Don't set cursor theme in autostart.sh It isn't run anymore, but still shouldn't set the cursor theme, especially to the wrong thing. --- autostart.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'autostart.sh') diff --git a/autostart.sh b/autostart.sh index 3616220..42eb092 100755 --- a/autostart.sh +++ b/autostart.sh @@ -24,7 +24,6 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then runifnot waybar import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' import-gsettings icon-theme 'Mint-X-Grey' - import-gsettings cursor-theme 'Adwaita' xrdb "$XDG_CONFIG_HOME/X11/xresources" fi -- cgit v1.2.3