mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-17 18:25:14 +02:00
19 lines
630 B
Lua
19 lines
630 B
Lua
-----------------------
|
|
----- 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/(bin|local/bin)/hyprlock", "screencopy", "allow")
|
|
hl.permission("/usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland", "screencopy", "allow")
|
|
hl.permission("/usr/(bin|local/bin)/hyprpm", "plugin", "allow")
|