diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rwxr-xr-x | autostart.sh | 1 |
2 files changed, 9 insertions, 0 deletions
@@ -8,6 +8,7 @@ zec-qt-wallet-org/ yuzu/ ytfzf/subscriptions yabridgectl/ +xsettingsd/ xmonad/.stack-work xmonad/stack.yaml.lock xmonad/xmonad-x86_64-linux @@ -75,6 +76,7 @@ odysee-nativefier*/ obs-studio/ nvim/plugged/ nwg-outputs/ +nwg-look/ nssdb/ npm/ notmuch/ @@ -99,6 +101,7 @@ mpd/playlists/ monero-project/ modprobed-db.conf modprobed.db +mixbus9/ mimeapps.list mksh/history minigalaxy/ @@ -128,6 +131,7 @@ kdenlive.* kdenliverc kdeglobals kdeconnect/ +kde.org/ kaidan/ joplin/ joplin-desktop/ @@ -145,12 +149,14 @@ guitarix/ gtk-2.0/ gtk-3.0/ gomuks/ +godot/ goa-1.0/ gnome-session/ gnome-initial-setup-done gnome-control-center/ glib-2.0/ ghb/ +gamescope/ gaiasky/ fontconfig/ falkTX/ @@ -227,6 +233,8 @@ BraveSoftware/ Blacksun.settings Blacksun/ Binance/ +Amp Locker.settings +Amp Locker/ AHM 5050 v3.settings AHM 5050 v3/ @joplin/ diff --git a/autostart.sh b/autostart.sh index 311953f..ed60f59 100755 --- a/autostart.sh +++ b/autostart.sh @@ -26,6 +26,7 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then import-gsettings icon-theme 'Mint-X-Grey' import-gsettings cursor-theme 'Adwaita' xrdb ~/.Xresources + runifnot easyeffects fi [ -x "$XDG_CONFIG_HOME/computerrc.sh" ] && "$XDG_CONFIG_HOME/computerrc.sh" |