diff options
author | zachir <zachir@librem.one> | 2024-06-05 13:28:09 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-05 13:28:09 -0500 |
commit | 7571d38dd8945d09f5202f9f7f97215c6841f8aa (patch) | |
tree | 8078f33373e0f50914dbe3cb6ed954fa82c62df2 | |
parent | 673c2ead0db6e3b9c1be0b196a1e6b8ca7fdfeb3 (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.
-rwxr-xr-x | autostart.sh | 1 |
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 |