Hyprland-dotfiles/hypr/conf/windows/no-border-more-gaps.conf

14 lines
342 B
Plaintext
Raw Normal View History

2023-11-22 09:20:20 -05:00
# -----------------------------------------------------
# General window layout and colors
# name: "No Border More Gaps"
# -----------------------------------------------------
general {
gaps_in = 20
gaps_out = 40
border_size = 0
col.active_border = $color11
col.inactive_border = rgba(ffffffff)
layout = dwindle
}