summaryrefslogtreecommitdiff
path: root/autostart.sh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-05 13:28:09 -0500
committerzachir <zachir@librem.one>2024-06-05 13:28:09 -0500
commit7571d38dd8945d09f5202f9f7f97215c6841f8aa (patch)
tree8078f33373e0f50914dbe3cb6ed954fa82c62df2 /autostart.sh
parent673c2ead0db6e3b9c1be0b196a1e6b8ca7fdfeb3 (diff)
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.
Diffstat (limited to 'autostart.sh')
-rwxr-xr-xautostart.sh1
1 files changed, 0 insertions, 1 deletions
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