73 lines
2.2 KiB
Lua
73 lines
2.2 KiB
Lua
hl.config({
|
|
input = {
|
|
kb_layout = "us",
|
|
kb_variant = "dvorak",
|
|
repeat_delay = 600,
|
|
touchpad = {
|
|
natural_scroll = true
|
|
}
|
|
},
|
|
general = {
|
|
gaps_in = 4,
|
|
gaps_out = 6,
|
|
float_gaps = 6,
|
|
border_size = 0,
|
|
layout = "dwindle",
|
|
no_focus_fallback = true
|
|
},
|
|
decoration = {
|
|
rounding = 12,
|
|
rounding_power = 3,
|
|
-- active_opacity = 0.95,
|
|
-- inactive_opacity = 0.9,
|
|
-- fullscreen_opacity = 1.0,
|
|
dim_special = 0,
|
|
blur = {
|
|
enabled = true,
|
|
size = 8,
|
|
passes = 3,
|
|
new_optimizations = true,
|
|
ignore_opacity = true,
|
|
special = false,
|
|
brightness = 0.2,
|
|
},
|
|
shadow = {
|
|
range = 20,
|
|
render_power = 4,
|
|
color = "#00000088",
|
|
},
|
|
},
|
|
dwindle = {
|
|
preserve_split = true,
|
|
smart_split = false,
|
|
use_active_for_splits = true,
|
|
force_split = 2,
|
|
},
|
|
binds = {
|
|
disable_keybind_grabbing = true
|
|
},
|
|
misc = {
|
|
disable_hyprland_logo = true,
|
|
disable_splash_rendering = false,
|
|
on_focus_under_fullscreen = 2,
|
|
key_press_enables_dpms = true,
|
|
mouse_move_enables_dpms = true,
|
|
focus_on_activate = true,
|
|
session_lock_xray = false,
|
|
animate_manual_resizes = true,
|
|
enable_anr_dialog = false,
|
|
background_color = "#141414",
|
|
enable_swallow = true,
|
|
swallow_regex = "kitty"
|
|
},
|
|
cursor = {
|
|
-- invisible = true,
|
|
persistent_warps = true,
|
|
zoom_detached_camera = false,
|
|
zoom_disable_aa = false,
|
|
},
|
|
xwayland = {
|
|
force_zero_scaling = true,
|
|
},
|
|
})
|