mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 19:03:43 +02:00
feat: highres monitor config
This commit is contained in:
parent
ebe76cca67
commit
1aef8d41fb
3 changed files with 20 additions and 5 deletions
|
@ -5,14 +5,16 @@
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
first_launch_animation = true
|
||||||
|
|
||||||
# Use a smoother cubic-bezier curve for all animations (ease-in-out style)
|
# Use a smoother cubic-bezier curve for all animations (ease-in-out style)
|
||||||
bezier = smooth, 0.25, 0.8, 0.25, 1
|
bezier = smooth, 0.25, 0.8, 0.25, 1
|
||||||
bezier = classic, 0.42, 0, 0.58, 1
|
bezier = classic, 0.3, -0.3, 0, 1
|
||||||
|
|
||||||
# Window animations: in and out transitions
|
# Window animations: in and out transitions
|
||||||
animation = windowsIn, 1, 6, smooth # Slower fade-in
|
animation = windowsIn, 1, 6, smooth
|
||||||
animation = windowsOut, 1, 6, smooth, slide left # Slower, with a gentle slide-out
|
animation = windowsOut, 1, 6, smooth, slidevert
|
||||||
|
animation = windowsMove, 1, 6, default, popin 80%
|
||||||
|
|
||||||
# Border animations: faster but still smooth transitions
|
# Border animations: faster but still smooth transitions
|
||||||
animation = border, 1, 12, smooth
|
animation = border, 1, 12, smooth
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# Monitor Setup
|
||||||
|
# name: "Highres"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
monitor=,highres,auto,1
|
|
@ -4,6 +4,8 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
layout = dwindle
|
||||||
|
|
||||||
gaps_in = 4
|
gaps_in = 4
|
||||||
gaps_out = 6
|
gaps_out = 6
|
||||||
border_size = 1
|
border_size = 1
|
||||||
|
@ -11,8 +13,8 @@ general {
|
||||||
col.active_border = rgba(0DB7D4FF)
|
col.active_border = rgba(0DB7D4FF)
|
||||||
col.inactive_border = rgba(31313699)
|
col.inactive_border = rgba(31313699)
|
||||||
|
|
||||||
|
resize_on_border = true
|
||||||
no_focus_fallback = false
|
no_focus_fallback = false
|
||||||
layout = dwindle
|
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,6 +26,11 @@ misc {
|
||||||
animate_manual_resizes = true
|
animate_manual_resizes = true
|
||||||
animate_mouse_windowdragging = false
|
animate_mouse_windowdragging = false
|
||||||
background_color = 0000
|
background_color = 0000
|
||||||
vrr = 1
|
vrr = 0
|
||||||
vfr = false
|
vfr = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
debug {
|
||||||
|
overlay = false
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue