10 lines
300 B
Text
10 lines
300 B
Text
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
|
general {
|
|
gaps_in = 5
|
|
gaps_out = 20
|
|
border_size = 2
|
|
col.active_border = rgba(4f76c7ff) # Kuronami-Blau
|
|
col.inactive_border = rgba(1a1a1aff) # Dunkles Grau
|
|
layout = dwindle
|
|
resize_on_border = true
|
|
}
|