New default size for floating windows, fixed keyboard layout switching and lua variable names
This commit is contained in:
parent
e0570a2d5e
commit
d4a489a52c
4 changed files with 76 additions and 54 deletions
|
|
@ -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 ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue