Skip to content

Commit c551b5e

Browse files
committed
start libqt polkit agent on startup
1 parent f8dec4e commit c551b5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/start-dwm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ fi
3434

3535
/usr/local/bin/dwm 2> >(logger -t dwm)
3636

37+
# start libqt polkit agent
38+
# as per https://www.reddit.com/r/voidlinux/comments/set1s1/gdbuserrororgfreedesktoppolicykit1errorfailed_no/
39+
# as per https://wiki.archlinux.org/title/Polkit#Authentication_agents
40+
lxqt-policykit-agent &

0 commit comments

Comments
 (0)