hyprland: autostart with single shell

This commit is contained in:
krolxon 2025-08-04 21:44:38 +05:30
parent ce2ccda875
commit 70249a2a89
1 changed files with 2 additions and 4 deletions

View File

@ -16,10 +16,7 @@ $browser = brave
#################
### AUTOSTART ###
#################
exec-once = hyprpm reload -n
exec-once = kanshi
exec-once = waybar & hyprpaper & swaync & hyprsunset
exec-once = hypridle
exec-once = (hyprpm reload -n & kanshi & waybar & hyprpaper & swaync & hyprsunset & hypridle)
exec-once = systemctl --user start hyprpolkitagent
plugin {
@ -66,6 +63,7 @@ ecosystem {
permission = /usr/(bin|local/bin)/grim, screencopy, allow
permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
permission = ${lib.escapeRegex (lib.getExe config.programs.hyprlock.package)}, screencopy, allow
#####################