nix-conf/home/config/hypr/window.conf
2024-12-14 16:55:50 +08:00

54 lines
1.1 KiB
Text
Executable file

general {
gaps_in = 5
gaps_out = 10
border_size = 1
col.active_border = rgb(8aadf4) rgb(24273A) rgb(24273A) rgb(8aadf4) 45deg
col.inactive_border= rgb(24273A) rgb(24273A) rgb(24273A) rgb(24273A) 45deg
layout = dwindle
allow_tearing = false
}
decoration {
rounding = 10
blur {
enabled = true
size = 2
passes = 2
new_optimizations = true
xray = false
}
active_opacity = 0.95
inactive_opacity = 0.95
fullscreen_opacity = 1.0
}
animations {
enabled = yes
bezier = overshot, 0.05, 0.9, 0.1, 1.05
bezier = smoothOut, 0.36, 0, 0.66, -0.56
bezier = smoothIn, 0.25, 1, 0.5, 1
animation = windows, 1, 5, overshot, slide
animation = windowsOut, 1, 4, smoothOut, slide
animation = windowsMove, 1, 4, default
animation = border, 1, 10, default
animation = fade, 1, 10, smoothIn
animation = fadeDim, 1, 10, smoothIn
animation = workspaces, 1, 6, default
}
dwindle {
pseudotile = yes
preserve_split = yes
}
master {
new_on_top = true
}
gestures {
workspace_swipe = off
}
misc {
force_default_wallpaper = 0
}