mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
fix(noctalia): do not use uwsm app to launch ipc calls
This helps to remove latency, that was noticeable when pressing buttons
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user