diff options
author | zachir <zachir@librem.one> | 2023-01-22 22:07:55 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-01-22 22:07:55 -0600 |
commit | 6847b54019bac01f81c12d466e92496499b236bb (patch) | |
tree | 48369d93f305b8f516e25de9cf16fadde8eda73f /autostart.sh | |
parent | d37b06ce0af6fa7e56ebcc3b38567ef1b60c38ee (diff) | |
parent | 50830f11f12dd798a4d9d12d02d04680c9d5bb7a (diff) |
fix .zshenv to work with more than just zsh, plus delete pipewire.conf
Diffstat (limited to 'autostart.sh')
-rwxr-xr-x | autostart.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autostart.sh b/autostart.sh index 16eebdc..d892e27 100755 --- a/autostart.sh +++ b/autostart.sh @@ -20,8 +20,7 @@ runifnot mpd-notification runifnot transmission-daemon #runifnot dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus runifnot openrazer-daemon -runifnot lxqt-policykit-agent -razer-cli -e static & +razer-cli -e static #runifnot nextcloud if [ -z "$WAYLAND_DISPLAY" ]; then runifnot xss-lock -n notify-send slockd |