Tsuz-Hypr-Dotfiles/.config/hypr/modules/permissions.lua
2026-06-01 19:05:15 -04:00

13 lines
495 B
Lua

-- modules/permissions.lua
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Permissions/
-- Requires a Hyprland restart to apply; not hot-reloaded 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")