From 342d747e73488be0f64913ad05000f307aad060e Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 20 Sep 2025 22:18:33 +1000 Subject: [PATCH 1/2] ghostty: update tokyonight theme to new name --- stow/.config/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/.config/ghostty/config b/stow/.config/ghostty/config index 1a34bf0..bd22547 100644 --- a/stow/.config/ghostty/config +++ b/stow/.config/ghostty/config @@ -1,4 +1,4 @@ -theme = dark:tokyonight,light:tokyonight-day +theme = dark:TokyoNight,light:TokyoNight day background-opacity = 0.9 background-blur-radius = 20 From 91a73a91f2579851e6e7d813aea48f7eeae4b7ff Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 20 Sep 2025 22:23:25 +1000 Subject: [PATCH 2/2] hypr: update gestures to new config format --- stow/.config/hypr/hyprland.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stow/.config/hypr/hyprland.conf b/stow/.config/hypr/hyprland.conf index 7d5c252..19c29a3 100755 --- a/stow/.config/hypr/hyprland.conf +++ b/stow/.config/hypr/hyprland.conf @@ -145,9 +145,10 @@ input { } # https://wiki.hyprland.org/Configuring/Variables/#gestures -gestures { - workspace_swipe = true -} +gesture = 3, horizontal, workspace +gesture = 4, pinch, dispatcher, exec, walker +gesture = 4, left, dispatcher, exec, swaync-client -op +gesture = 4, right, dispatcher, exec, swaync-client -cp # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more