17 lines
352 B
Text
17 lines
352 B
Text
|
|
||
|
general {
|
||
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||
|
|
||
|
gaps_in = 5
|
||
|
gaps_out = 5 # 12
|
||
|
border_size = 1 # 2
|
||
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||
|
col.inactive_border = rgba(595959aa)
|
||
|
|
||
|
#layout = dwindle
|
||
|
layout = hy3
|
||
|
|
||
|
# Experimental so don't use it.
|
||
|
allow_tearing = false
|
||
|
}
|