feat: highres monitor config

This commit is contained in:
hesam-init 2024-10-10 14:59:17 +03:30
parent ebe76cca67
commit 1aef8d41fb
3 changed files with 20 additions and 5 deletions

View file

@ -5,14 +5,16 @@
animations {
enabled = true
first_launch_animation = true
# Use a smoother cubic-bezier curve for all animations (ease-in-out style)
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
animation = windowsIn, 1, 6, smooth # Slower fade-in
animation = windowsOut, 1, 6, smooth, slide left # Slower, with a gentle slide-out
animation = windowsIn, 1, 6, smooth
animation = windowsOut, 1, 6, smooth, slidevert
animation = windowsMove, 1, 6, default, popin 80%
# Border animations: faster but still smooth transitions
animation = border, 1, 12, smooth

View file

@ -0,0 +1,6 @@
# -----------------------------------------------------
# Monitor Setup
# name: "Highres"
# -----------------------------------------------------
monitor=,highres,auto,1

View file

@ -4,6 +4,8 @@
# -----------------------------------------------------
general {
layout = dwindle
gaps_in = 4
gaps_out = 6
border_size = 1
@ -11,8 +13,8 @@ general {
col.active_border = rgba(0DB7D4FF)
col.inactive_border = rgba(31313699)
resize_on_border = true
no_focus_fallback = false
layout = dwindle
allow_tearing = false
}
@ -24,6 +26,11 @@ misc {
animate_manual_resizes = true
animate_mouse_windowdragging = false
background_color = 0000
vrr = 1
vrr = 0
vfr = false
}
debug {
overlay = false
}