From e4f3378a8057d763eda0cac66d86afcf243cdc94 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Sep 2024 03:45:00 +0200 Subject: eww: Read socket from the correct directory --- .config/eww/scripts/keymap-listener | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/eww') diff --git a/.config/eww/scripts/keymap-listener b/.config/eww/scripts/keymap-listener index 82304b2..cc3ffcf 100755 --- a/.config/eww/scripts/keymap-listener +++ b/.config/eww/scripts/keymap-listener @@ -1,6 +1,6 @@ #!/bin/sh -readonly IPC=/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock +readonly IPC="$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock" readonly KBD=at-translated-set-2-keyboard hyprctl devices -j | jq -r '.keyboards[-1].active_keymap' -- cgit v1.2.3