Corrected layout files
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
general {
|
||||
gaps_in = 2
|
||||
gaps_out = 4
|
||||
@@ -8,31 +7,17 @@ general {
|
||||
layout = dwindle
|
||||
resize_on_border = yes
|
||||
border_grab_modifier = 20
|
||||
disable_hyprland_logo = false
|
||||
disable_hyprland_logo = no # Use 'no' instead of '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_new_optimizations = yes
|
||||
blur_exclude = fullscreen
|
||||
# Drop shadows for floating windows
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
|
||||
Reference in New Issue
Block a user