diff options
| author | ryukamish <[email protected]> | 2026-07-19 19:49:04 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-19 19:49:04 +0530 |
| commit | 1fb2bfe5fb84c70b469f16988d45c4e9655eec97 (patch) | |
| tree | 5537de4794180732bdc15cf315767ddb7149ed55 /.local | |
| parent | aabd0e07d322f056ca68aa430b6bd58705fab7c3 (diff) | |
removing dependency on gentoo
Diffstat (limited to '.local')
| -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 |
