From da3a64cafc7e0a1589486ee88a19e39562381a47 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Mon, 14 Jun 2021 14:33:35 -0300 Subject: [PATCH] qtile: start polkit agent on startup --- .config/qtile/autostart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 4488839..290b07d 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Start polkit agent +polkit-dumb-agent & + # Enable numlock /usr/bin/numlockx