From 223dade847826fc520d4af6f820f936b9e6b4fc9 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sun, 4 Jul 2021 22:45:05 -0300 Subject: [PATCH] qtile: change polkit agent --- .config/qtile/autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 290b07d..1b898c0 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Start polkit agent -polkit-dumb-agent & +/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & # Enable numlock /usr/bin/numlockx