diff options
Diffstat (limited to '.local/bin/sway-launch')
| -rwxr-xr-x | .local/bin/sway-launch | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.local/bin/sway-launch b/.local/bin/sway-launch index 7ca5663..107c5b2 100755 --- a/.local/bin/sway-launch +++ b/.local/bin/sway-launch @@ -16,7 +16,6 @@ export XDG_MUSIC_DIR="${HOME}/music" export XDG_VIDEOS_DIR="${HOME}/videos" export XDG_CURRENT_DESKTOP=sway -export LIBSECRET_BACKEND=seatd export EDITOR="nvim" @@ -30,9 +29,4 @@ export TZ=Asia/Kolkata export QT_QPA_PLATFORM="wayland-egl" export QT_QPA_PLATFORMTHEME="qt6ct" -# Conditional launch with audio of sway -if test -x ~/.local/bin/gentoo-pipewire-launcher; then - exec dbus-run-session bash -c '~/.local/bin/gentoo-pipewire-launcher & sleep 1 && sway' -else - exec dbus-run-session sway -fi +exec dbus-run-session sway |
