55 lines
1.2 KiB
Lua
55 lines
1.2 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,
|
|
},
|
|
}
|
|
|
|
hl.env("XCURSOR_SIZE", "24")
|
|
hl.env("HYPRCURSOR_SIZE", "24")
|
|
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
|
|
hl.env("QT_QPA_PLATFORMTHEME", "qt6ct")
|
|
-------------------
|
|
--- 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
|