From 8cc18576d0d7cb1e8f26aab296aeeb498a0f8881 Mon Sep 17 00:00:00 2001 From: Ceres Date: Tue, 25 Nov 2025 15:24:43 +0000 Subject: [PATCH] Speed up animations and ghostty --- hypr/hyprland/animations.conf | 8 ++++---- hypr/hyprland/custom-peecee.conf | 6 +++--- hypr/hyprland/execs.conf | 3 +++ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/hypr/hyprland/animations.conf b/hypr/hyprland/animations.conf index d22ddd8..411749d 100644 --- a/hypr/hyprland/animations.conf +++ b/hypr/hyprland/animations.conf @@ -12,10 +12,10 @@ animations { animation = layersOut, 1, 4, emphasizedAccel, slide animation = fadeLayers, 1, 5, standard - animation = windowsIn, 1, 5, emphasizedDecel - animation = windowsOut, 1, 3, emphasizedAccel - animation = windowsMove, 1, 6, standard - animation = workspaces, 1, 5, standard + animation = windowsIn, 1, 0.7, emphasizedDecel + animation = windowsOut, 1, 0.5, emphasizedAccel + animation = windowsMove, 1, 1, standard + animation = workspaces, 1, 1, standard animation = specialWorkspace, 1, 4, specialWorkSwitch, slidefadevert 15% diff --git a/hypr/hyprland/custom-peecee.conf b/hypr/hyprland/custom-peecee.conf index 5f755cd..d6bef05 100644 --- a/hypr/hyprland/custom-peecee.conf +++ b/hypr/hyprland/custom-peecee.conf @@ -2,9 +2,9 @@ monitor = HDMI-A-2, 1920x1080@60, 0x0, 1 monitor = HDMI-A-1, 1920x1080@60, 1920x156, 1 -$terminal = ghostty -$fileExplorer = ghostty -e fish -C yazi -$editor = ghostty -e fish -C hx +$terminal = ghostty --gtk-single-instance=true +$fileExplorer = ghostty --gtk-single-instance=true -e fish -C yazi +$editor = ghostty --gtk-single-instance=true -e fish -C hx workspace= name:1, monitor:HDMI-A-2 diff --git a/hypr/hyprland/execs.conf b/hypr/hyprland/execs.conf index 7594003..1aca1b3 100644 --- a/hypr/hyprland/execs.conf +++ b/hypr/hyprland/execs.conf @@ -29,3 +29,6 @@ exec-once = caelestia shell -d # Random Wallpaper exec-once = caelestia wallpaper -r + +# Fast Ghostty +exec-once = ghostty --gtk-single-instance=true --quit-after-last-window-closed=false --initial-window=false