40 lines
882 B
Plaintext
40 lines
882 B
Plaintext
|
|
general {
|
|
gaps_in = 2
|
|
gaps_out = 4
|
|
border_size = 2
|
|
col.active_border = rgba($blue) rgba($green) 45deg
|
|
col.inactive_border = rgba($inactive)
|
|
layout = dwindle
|
|
resize_on_border = yes
|
|
border_grab_modifier = 20
|
|
disable_hyprland_logo = false
|
|
focus_on_activate = yes
|
|
}
|
|
|
|
dwindle {
|
|
pseudotile = yes
|
|
preserve_split = yes
|
|
}
|
|
|
|
master {
|
|
new_is_master = true # New windows become master by default
|
|
}
|
|
|
|
# (Already covered in `general`, but you can override per-workspace if needed)
|
|
# Example: workspace 1,gaps_in:0,gaps_out:0
|
|
|
|
decoration {
|
|
rounding = 5
|
|
blur = yes
|
|
blur_size = 8
|
|
blur_passes = 3
|
|
blur_new_optimizations = on
|
|
# Exclude specific windows from blur (e.g., fullscreen)
|
|
blur_exclude = fullscreen
|
|
# Drop shadows for floating windows
|
|
drop_shadow = yes
|
|
shadow_range = 4
|
|
shadow_render_power = 3
|
|
}
|