commit d018cde0f2ed9447f5067df117ec325b4ea1ea49 parent a60a24fe525b2d7b482825ee12d9841f25a338aa Author: awy <awy@awy.one> Date: Wed, 18 Jun 2025 15:15:08 +0300 dbus-run-session Diffstat:
M | .config/shell/profile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/shell/profile b/.config/shell/profile @@ -92,4 +92,4 @@ export XDG_CURRENT_DESKTOP=sway [ ! -f "$XDG_CONFIG_HOME/shell/shortcutrc" ] && setsid -f shortcuts >/dev/null 2>&1 # Start graphical server on user's current tty if not already running. -[ "$(tty)" = "/dev/tty1" ] && ! pidof -s sway >/dev/null 2>&1 && exec dbus-launch --exit-with-session sway --unsupported-gpu +[ "$(tty)" = "/dev/tty1" ] && ! pidof -s sway >/dev/null 2>&1 && exec dbus-run-session sway --unsupported-gpu