diff --git a/conf/sway/config.d/autostart-utilities.conf b/conf/sway/config.d/autostart-utilities.conf index c8249a4d..ac977986 100644 --- a/conf/sway/config.d/autostart-utilities.conf +++ b/conf/sway/config.d/autostart-utilities.conf @@ -3,7 +3,9 @@ # policykit agent for escalating permissions on-demand such as partition # management. LXDE one may not be the best on Wayland, but it's # reported working on Fedora mediawriter (FedoraQt/MediaWriter#223) -exec --no-startup-id lxpolkit +#exec --no-startup-id lxpolkit +# The KDE version as I tend to have it as base image (Fedora) +exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1 # htop system monitor exec --no-startup-id sleep 15 && $term --title=htop htop