From 30ddfeda4acadf7bad54eaab768072c494406b0b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 15 Apr 2026 12:10:26 +0200 Subject: [PATCH] Just apply the GSK_RENDERER fix for walker --- bin/omarchy-launch-walker | 2 +- default/hypr/envs.conf | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/omarchy-launch-walker b/bin/omarchy-launch-walker index 8b239f10..cda02c41 100755 --- a/bin/omarchy-launch-walker +++ b/bin/omarchy-launch-walker @@ -9,7 +9,7 @@ fi # Ensure walker service is running if ! pgrep -f "walker --gapplication-service" > /dev/null; then - setsid uwsm-app -- walker --gapplication-service & + setsid uwsm-app -- env GSK_RENDERER=cairo walker --gapplication-service & fi exec walker --width 644 --maxheight 300 --minheight 300 "$@" diff --git a/default/hypr/envs.conf b/default/hypr/envs.conf index e0708c73..85afc775 100644 --- a/default/hypr/envs.conf +++ b/default/hypr/envs.conf @@ -12,9 +12,6 @@ env = ELECTRON_OZONE_PLATFORM_HINT,wayland env = OZONE_PLATFORM,wayland env = XDG_SESSION_TYPE,wayland -# Fix sluggish GTK4 Vulkan renderer -env = GSK_RENDERER,cairo - # Allow better support for screen sharing (Google Meet, Discord, etc) env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland