refactor: waybar, hypr config

This commit is contained in:
2026-03-11 15:55:48 +03:00
parent c048717831
commit b54b5c823f
13 changed files with 128 additions and 97 deletions

19
hypr/permissions.conf Normal file
View File

@@ -0,0 +1,19 @@
###################
### PERMISSIONS ###
###################
permission = /usr/bin/hypr.*, screencopy, deny
permission = /usr/bin/hyprpm, screencopy, deny
permission = /usr/bin/hyprlock, screencopy, allow
permission = /usr/bin/hyprpicker, screencopy, allow
permission = /usr/bin/grim, screencopy, allow
permission = /usr/bin/obs, screencopy, allow
permission = /usr/bin/obs-ffmpeg-mux, screencopy, allow
permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
permission = *, keyboard, ask
ecosystem:enforce_permissions = true
ecosystem {
enforce_permissions = false
}