aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-16 10:57:51 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-02-16 10:57:51 +0100
commit5200bb4e39193a500a86267c70d34aea98b2a653 (patch)
treea11d0ed5914b31ad456c4ca8561f97ab728d8e28 /.config/awesome/rc.lua
parent1972947a21fc85dc4c835c892ffdd3f5e97f3493 (diff)
Yet another rework of systemd-managed window management
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index ad20842..2c9eebc 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -46,14 +46,6 @@ do
end
-- }}}
--- Start the desktop.target to autostart applications through systemd
-awful.util.spawn_with_shell("systemctl --user import-environment DISPLAY")
-awful.util.spawn_with_shell("systemctl --user import-environment PATH")
-awful.util.spawn_with_shell("systemctl --user import-environment WINIT_X11_SCALE_FACTOR")
-awful.util.spawn_with_shell("systemctl --user import-environment XAUTHORITY")
-awful.util.spawn_with_shell("systemctl --user start desktop.target")
-awful.util.spawn_with_shell("systemctl --user start desktop-x11.target")
-
-- {{{ Variable definitions
beautiful.init(awful.util.getdir("config") .. "/theme.lua")