summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-01-02 15:57:58 -0600
committerzachir <zachir@librem.one>2024-01-02 15:57:58 -0600
commitd8ffa9a96d6c4ed9eab9dedfa37c894f85e89929 (patch)
tree3c211b741998112bdeb542ec6d1ed09230ab048e
parent7d795cdac89245760b75093eaafd4078d1736210 (diff)
cla: autostart.sh: Autostart easyeffects
I want easyeffects to automatically start when logging in.
-rw-r--r--.gitignore8
-rwxr-xr-xautostart.sh1
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e40c5ab..84aca2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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"