diff options
Diffstat (limited to '.config/hypr/source/permissions.conf')
| -rw-r--r-- | .config/hypr/source/permissions.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/hypr/source/permissions.conf b/.config/hypr/source/permissions.conf new file mode 100644 index 0000000..9de32d7 --- /dev/null +++ b/.config/hypr/source/permissions.conf @@ -0,0 +1,12 @@ +ecosystem { + enforce_permissions = 1 +} + +permission = /usr/(bin|local/bin)/grim, screencopy, allow +permission = /usr/(bin|local/bin)/hyprlock, screencopy, allow +permission = /usr/(bin|local/bin)/hyprpicker , 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 + + |
