Hyprland-dotfiles/hypr/conf/windows/default.conf

23 lines
498 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: "Default"
2023-11-17 07:48:02 -05:00
# -----------------------------------------------------
general {
gaps_in = 10
gaps_out = 14
border_size = 2
2023-11-17 07:48:02 -05:00
col.active_border = $color11
col.inactive_border = rgba(ffffffff)
layout = dwindle
}
2024-08-14 20:54:21 -04:00
group {
col.border_active = $color11
col.border_inactive = rgba(ffffffff)
groupbar {
col.active = $color11
col.inactive = $color13
}
}