diff options
author | zachir <zachir@librem.one> | 2023-07-05 02:33:07 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-05 02:33:07 -0500 |
commit | a31866316c01d156ef73c76b09c0e65d66c5c831 (patch) | |
tree | 6eac6628e6c7e7022ae5ac091de811840ff939e6 /autostart.sh | |
parent | ce01aed65ebe541664c5735f70441e1599094441 (diff) |
Run jamesdsp in tray on startup
Diffstat (limited to 'autostart.sh')
-rwxr-xr-x | autostart.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autostart.sh b/autostart.sh index 5d39b30..058dfff 100755 --- a/autostart.sh +++ b/autostart.sh @@ -25,6 +25,7 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then import-gsettings gtk-theme:'Plata-Noir' icon-theme:'Mint-Y-Dark-Blue' cursor-theme:'Adwaita' & xrdb ~/.Xresources runifnot portmaster-start --data=/opt/safing/portmaster notifier + runifnot jamesdsp -t fi [ -x "$XDG_CONFIG_HOME/computerrc.sh" ] && "$XDG_CONFIG_HOME/computerrc.sh" |