mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
21 lines
581 B
Plaintext
21 lines
581 B
Plaintext
general {
|
|
gaps_in = 3
|
|
gaps_out = 10
|
|
|
|
border_size = 2
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
|
# col.active_border = rgba(09E4F333) rgba(48F3094C) 45deg
|
|
col.active_border = rgba(FF5733FF) rgba(33FF57FF) 45deg
|
|
col.inactive_border = rgba(595959aa)
|
|
|
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
|
resize_on_border = false
|
|
|
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
|
allow_tearing = false
|
|
|
|
layout = dwindle
|
|
}
|
|
|