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

15 lines
360 B
Plaintext
Raw Normal View History

2023-11-17 07:48:02 -05:00
# -----------------------------------------------------
# General window layout and colors
2023-11-21 16:30:20 -05:00
# name: "No Border"
2023-11-17 07:48:02 -05:00
# -----------------------------------------------------
general {
gaps_in = 10
gaps_out = 14
2023-11-21 16:30:20 -05:00
border_size = 0
2023-11-17 07:48:02 -05:00
col.active_border = $color11
col.inactive_border = rgba(ffffffff)
layout = dwindle
2024-06-27 09:34:51 -04:00
resize_on_border = true
2023-11-17 07:48:02 -05:00
}