hyprland: autostart with single shell
This commit is contained in:
parent
ce2ccda875
commit
70249a2a89
|
|
@ -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
|
||||
|
||||
|
||||
#####################
|
||||
|
|
|
|||
Loading…
Reference in New Issue