aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-02 19:24:56 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 19:24:56 +0200
commit5f53e3d3496f7621ee82d0de5e8bdcc31b84da38 (patch)
tree5c7493724508ea7ef1bed40e81f6cd131ca7c98e /.config/awesome/rc.lua
parent47084e3e9a208fa165a85ae94f9a06cee11afbc8 (diff)
Use graphical-session.target
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")