aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/source/permissions.conf
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-07 13:26:51 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-07 13:26:51 +0530
commit627d496fb60088a656956f847e1ef1b03c5cd2b8 (patch)
treee9ab93845e29b5ead908d6dd6935e9833c703d92 /.config/hypr/source/permissions.conf
parentd1a4318b2f2ebd83ca35f6e2908ef3adda10cde8 (diff)
modularize hyprland configs, add zoom, scale, rotate script and keybinds
Diffstat (limited to '.config/hypr/source/permissions.conf')
-rw-r--r--.config/hypr/source/permissions.conf12
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
+
+