summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/hypr/hyprland.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 6ca3875..1439548 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -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
#####################