21 lines
574 B
Plaintext
21 lines
574 B
Plaintext
|
|
||
|
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||
|
general {
|
||
|
gaps_in = 10
|
||
|
gaps_out = 20
|
||
|
|
||
|
border_size = 2
|
||
|
|
||
|
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||
|
col.inactive_border = rgba(595959aa)
|
||
|
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||
|
resize_on_border = true
|
||
|
|
||
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||
|
allow_tearing = true
|
||
|
|
||
|
layout = dwindle
|
||
|
}
|
||
|
|