mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
70 lines
1.6 KiB
Plaintext
70 lines
1.6 KiB
Plaintext
general {
|
|
gaps_in = 5
|
|
#gaps_out = 20
|
|
gaps_out = 5
|
|
|
|
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 = false
|
|
|
|
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
|
allow_tearing = false
|
|
|
|
layout = dwindle
|
|
}
|
|
|
|
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
|
decoration {
|
|
rounding = 10
|
|
|
|
# Change transparency of focused and unfocused windows
|
|
active_opacity = 1.0
|
|
inactive_opacity = 0.95
|
|
|
|
# Change
|
|
#dim_inactive = true
|
|
#dim_strength = 0.1
|
|
|
|
shadow {
|
|
# enabled = true
|
|
# shadow_range = 4
|
|
# shadow_render_power = 3
|
|
# col.shadow = rgba(1a1a1aee)
|
|
}
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
|
blur {
|
|
enabled = false
|
|
size = 3
|
|
passes = 1
|
|
|
|
vibrancy = 0.1696
|
|
}
|
|
|
|
}
|
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
|
animations {
|
|
enabled = true
|
|
|
|
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
|
|
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
|
|
# animation = windows, 1, 7, myBezier
|
|
# animation = windowsOut, 1, 7, default, popin 80%
|
|
# animation = border, 1, 10, default
|
|
# animation = borderangle, 1, 8, default
|
|
# animation = fade, 1, 7, default
|
|
animation = workspaces, 1, 2, default
|
|
# animation = workspaces, 1, 6, default
|
|
}
|
|
|