From 968e461e8716baffa5005b829de02b16d971d081 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Mon, 20 Apr 2026 21:00:50 +0200 Subject: [PATCH] fix(noctalia): do not use uwsm app to launch ipc calls This helps to remove latency, that was noticeable when pressing buttons --- .config/hypr/fn_keys.conf | 2 +- .config/hypr/hyprland.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/fn_keys.conf b/.config/hypr/fn_keys.conf index ed29c1b..48dd8a4 100644 --- a/.config/hypr/fn_keys.conf +++ b/.config/hypr/fn_keys.conf @@ -1,4 +1,4 @@ -$noctalia_ipc = uwsm app -- qs -c noctalia-shell ipc call +$noctalia_ipc = qs -c noctalia-shell ipc call # Volume binde =, XF86AudioLowerVolume, exec, $noctalia_ipc volume decrease diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 37f5742..5605b6c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -156,7 +156,7 @@ source = ~/.config/hypr/shaders/shader.conf # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -$noctalia_ipc = uwsm app -- qs -c noctalia-shell ipc call +$noctalia_ipc = qs -c noctalia-shell ipc call # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, uwsm app -- $terminal