summaryrefslogtreecommitdiff
path: root/autostart.sh
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 /autostart.sh
parent7d795cdac89245760b75093eaafd4078d1736210 (diff)
cla: autostart.sh: Autostart easyeffects
I want easyeffects to automatically start when logging in.
Diffstat (limited to 'autostart.sh')
-rwxr-xr-xautostart.sh1
1 files changed, 1 insertions, 0 deletions
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"