hyprland: fix starting gnome polkit agent
uhhhhh... it was status instead of start. oopsies
This commit is contained in:
parent
4699ff68e0
commit
eda1f4129c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ exec-once = hyprshade auto &
|
||||||
exec-once = walker --gapplication-service
|
exec-once = walker --gapplication-service
|
||||||
|
|
||||||
exec-once = opensnitch-ui
|
exec-once = opensnitch-ui
|
||||||
exec-once = systemctl status --user polkit-gnome-authentication-agent-1.service
|
exec-once = systemctl start --user polkit-gnome-authentication-agent-1.service
|
||||||
|
|
||||||
exec-once = steam -silent &
|
exec-once = steam -silent &
|
||||||
exec-once = 1password --silent &
|
exec-once = 1password --silent &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue