aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 2c9eebc..3a37bba 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -704,3 +704,7 @@ client.connect_signal("unfocus", function(c)
c.border_color = beautiful.border_normal
end)
-- }}}
+
+awful.util.spawn("systemctl --user import-environment DISPLAY")
+awful.util.spawn("systemctl --user import-environment XAUTHORITY")
+awful.util.spawn("systemctl --user start awesome-session.target")