From 5200bb4e39193a500a86267c70d34aea98b2a653 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 16 Feb 2024 10:57:51 +0100 Subject: Yet another rework of systemd-managed window management --- .config/awesome/rc.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to '.config/awesome/rc.lua') 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") -- cgit v1.1