New default size for floating windows, fixed keyboard layout switching and lua variable names

This commit is contained in:
Gu://em_ 2026-08-04 12:49:45 +02:00
parent e0570a2d5e
commit d4a489a52c
4 changed files with 76 additions and 54 deletions

View file

@ -32,10 +32,14 @@ end)
hl.config({
ecosystem = {
enforce_permissions = true,
enforce_permissions = false, -- Disabled for the moment
},
})
hl.permission({ binary = "/usr/bin/grim", type = "screencopy", mode = "allow" })
hl.permission({ binary = "/usr/bin/hyprlock", type = "screencopy", mode = "allow" })
-- XDG Desktop Portal
hl.permission({ binary = "/usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland", type = "screencopy", mode = "allow" })
------------------------------
---- ENVIRONMENT VARIABLES ---