From 7a6fc3b06e8ab7dce6f7ca959bbe033a30157cbb Mon Sep 17 00:00:00 2001 From: AngeD Date: Wed, 7 Sep 2022 08:52:16 +0200 Subject: [PATCH] fix: polkit-gnome path for arch --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 475aece..b419cbc 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -621,7 +621,7 @@ client.connect_signal( -- }}} apps = { - "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1", + "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1", "xset dpms 300 15", -- dim screen after 5 min and lock 15 sec after "xss-lock -- " .. lock, "picom",