aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-03 18:44:14 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-03 18:44:14 -0500
commit271300d417a32a0c591f472fdc2792a72d252ae8 (patch)
tree78cf55697a3ca6dcaf8149739510d29efb96c9c4 /sway
parent4e910e71cc5e153463a6645a167d188adf0f84b3 (diff)
fix(sway): improve sway session startup
Diffstat (limited to 'sway')
-rw-r--r--sway/.config/sway/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index f3e493a..b20be3c 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -170,4 +170,4 @@ bar {
include ~/.config/sway/config.d/*
include /etc/sway/config.d/*
-exec_always systemctl --user start sway-session.target
+exec_always "systemctl --user import-environment {,WAYLAND_}DISPLAY SWAYSOCK; systemctl --user start sway-session.target"