From 1aef8d41fbd242ba01eea042fdb14619b2cd23cc Mon Sep 17 00:00:00 2001 From: hesam-init Date: Thu, 10 Oct 2024 14:59:17 +0330 Subject: [PATCH] feat: highres monitor config --- .../animation/variants/animations-classic.conf | 8 +++++--- .../hypr/configs/monitor/variants/highres.conf | 6 ++++++ hypr-configs/dotfiles/hypr/configs/settings.conf | 11 +++++++++-- 3 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 hypr-configs/dotfiles/hypr/configs/monitor/variants/highres.conf diff --git a/hypr-configs/dotfiles/hypr/configs/animation/variants/animations-classic.conf b/hypr-configs/dotfiles/hypr/configs/animation/variants/animations-classic.conf index cf73b09..37a5017 100644 --- a/hypr-configs/dotfiles/hypr/configs/animation/variants/animations-classic.conf +++ b/hypr-configs/dotfiles/hypr/configs/animation/variants/animations-classic.conf @@ -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 diff --git a/hypr-configs/dotfiles/hypr/configs/monitor/variants/highres.conf b/hypr-configs/dotfiles/hypr/configs/monitor/variants/highres.conf new file mode 100644 index 0000000..68cc043 --- /dev/null +++ b/hypr-configs/dotfiles/hypr/configs/monitor/variants/highres.conf @@ -0,0 +1,6 @@ +# ----------------------------------------------------- +# Monitor Setup +# name: "Highres" +# ----------------------------------------------------- + +monitor=,highres,auto,1 diff --git a/hypr-configs/dotfiles/hypr/configs/settings.conf b/hypr-configs/dotfiles/hypr/configs/settings.conf index 74ff660..cfd7dc7 100644 --- a/hypr-configs/dotfiles/hypr/configs/settings.conf +++ b/hypr-configs/dotfiles/hypr/configs/settings.conf @@ -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 +} \ No newline at end of file