commit fb8185dedade7fc8df343a619a893e07e682daf0 parent 05b060b22baebc07349b47b1bc9a3bff929adbf2 Author: ryukamish <[email protected]> Date: Thu, 25 Jun 2026 12:37:49 +0530 fix: better way of starting sway on OpenRC init systems Diffstat:
| M | .local/bin/sway-launch | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/sway-launch b/.local/bin/sway-launch @@ -55,4 +55,4 @@ if test ! -z ~/.local/bin/gentoo-pipewire-launcher; then fi # Launch sway -exec sway +exec dbus-launch --exit-with-session sway