add: hyprland configs for x250

This commit is contained in:
x250 Toniiz
2025-05-22 23:09:28 -07:00
parent b852b0f2f2
commit 50e7ad34f7
13 changed files with 374 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
general {
gaps_in = 0
gaps_out = 5
border_size = 2
col.active_border = rgba(FE8019aa) # Orange
col.inactive_border = rgba(595959aa) # Grey
layout = dwindle
allow_tearing = false
}
animations {
enabled = yes
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, 6, default
}
gestures {
workspace_swipe = on
workspace_swipe_fingers = 3
workspace_swipe_distance = 500
workspace_swipe_invert = false
workspace_swipe_create_new = true
}
decoration {
rounding = 0
rounding_power = 2
# Change transparency of focused and unfocused windows
active_opacity = 1.0
inactive_opacity = 1.0
shadow {
enabled = false
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
# https://wiki.hyprland.org/Configuring/Variables/#blur
blur {
enabled = false
size = 3
passes = 1
vibrancy = 0.1696
}
}