Hyprland-dotfiles/hypr/conf/windows/no-border.conf
Stephan Raabe 82d1943ada Updates
2024-06-27 15:34:51 +02:00

15 lines
360 B
Plaintext

# -----------------------------------------------------
# General window layout and colors
# name: "No Border"
# -----------------------------------------------------
general {
gaps_in = 10
gaps_out = 14
border_size = 0
col.active_border = $color11
col.inactive_border = rgba(ffffffff)
layout = dwindle
resize_on_border = true
}