diff options
Diffstat (limited to '.config/hypr/perms.lua')
| -rw-r--r-- | .config/hypr/perms.lua | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/hypr/perms.lua b/.config/hypr/perms.lua new file mode 100644 index 0000000..c7b92d8 --- /dev/null +++ b/.config/hypr/perms.lua @@ -0,0 +1,18 @@ +----------------------- +----- PERMISSIONS ----- +----------------------- + +-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Permissions/ +-- Please note permission changes here require a Hyprland restart and are not applied on-the-fly +-- for security reasons + +-- hl.config({ +-- ecosystem = { +-- enforce_permissions = true, +-- }, +-- }) + +-- hl.permission("/usr/(bin|local/bin)/grim", "screencopy", "allow") +-- hl.permission("/usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland", "screencopy", "allow") +-- hl.permission("/usr/(bin|local/bin)/hyprpm", "plugin", "allow") + |
