Files
Hyprland-config/basic/vars.lua

51 lines
1.0 KiB
Lua

hl.config = {
input = {
kb_layout = "us",
-- kb_variant =
-- kb_model =
-- kb_options =
-- kb_rules =
follow_mouse = 1,
sensitivity = 0,
touchpad = {
natural_scroll = true,
},
cursor = {
inactive_timeout= 0.1,
},
},
xwayland = {
force_zero_scaling = true
},
misc = {
force_default_wallpaper = 1,
disable_hyprland_logo = false,
},
dwindle = {
preserve_split = true,
},
master = {
new_status = "master",
},
scrolling = {
fullscreen_on_one_column = true,
},
}
-------------------
--- PERMISSIONS ---
-------------------
-- See https://wiki.hypr.land/Configuring/Permissions/
-- Please note permission changes here require a Hyprland restart and are not applied on-the-fly
-- for security reasons
-- ecosystem {
-- enforce_permissions = 1
-- }
-- permission = /usr/(bin|local/bin)/grim, screencopy, allow
-- permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
-- permission = /usr/(bin|local/bin)/hyprpm, plugin, allow