From 6c06c7937016cbeab13a582e842db31e038058c7 Mon Sep 17 00:00:00 2001 From: Wekuz Date: Sat, 18 Apr 2026 21:59:22 +0300 Subject: [PATCH] Hyprland permissions --- dot_config/hypr/hyprland.conf.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/hypr/hyprland.conf.tmpl b/dot_config/hypr/hyprland.conf.tmpl index d309039..f0d1ebd 100644 --- a/dot_config/hypr/hyprland.conf.tmpl +++ b/dot_config/hypr/hyprland.conf.tmpl @@ -147,7 +147,8 @@ ecosystem { } permission = /usr/bin/grim, screencopy, allow -permission = /usr/(lib|lib64)/xdg-desktop-portal-hyprland, screencopy, allow +permission = /usr/bin/hyprlock, screencopy, allow +permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow ############# ### INPUT ###