50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
# APPEARANCE
|
|
|
|
general {
|
|
gaps_in = 3
|
|
gaps_out = 6
|
|
border_size = 2
|
|
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
|
#col.inactive_border = rgba(595959aa)
|
|
col.active_border = rgb(689d6a) # rgba(b16286ee) 45deg
|
|
col.inactive_border = rgb(504945)
|
|
layout = dwindle
|
|
}
|
|
|
|
decoration {
|
|
rounding = 0
|
|
blur {
|
|
enabled = true
|
|
size = 8
|
|
passes = 1
|
|
vibrancy = 0.1696
|
|
}
|
|
|
|
drop_shadow = true
|
|
shadow_range = 4
|
|
shadow_render_power = 3
|
|
# col.shadow = rgba(1a1a1aee)
|
|
}
|
|
|
|
animations {
|
|
enabled = true
|
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
animation = windows, 1, 3, myBezier
|
|
animation = windowsOut, 1, 3, default, popin 80%
|
|
animation = border, 1, 3, default
|
|
animation = borderangle, 1, 8, default
|
|
animation = fade, 1, 7, default
|
|
animation = workspaces, 1, 3, default
|
|
}
|
|
|
|
dwindle {
|
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
|
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
|
preserve_split = true # you probably want this
|
|
}
|
|
|
|
master {
|
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
new_is_master = true
|
|
}
|