diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/eww/scripts/keymap-listener | 2 |
1 files changed, 1 insertions, 1 deletions
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' |