dotfiles/X11/xinit/xinitrc.d/02-policy-kit.sh
2025-09-27 17:23:49 -06:00

7 lines
107 B
Bash
Executable file

#!/bin/sh
if command -v lxpolkit >/dev/null; then
lxpolkit &
else
echo "error: lxpolkit not found"
fi