tweak: switch from jaq to jq
`jaq` is not really better than `jq`, and it's more useful to have the more popular version in my environment.
This commit is contained in:
parent
0275dcacdd
commit
264fc1406d
5 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
hyprctl activewindow -j | jaq -c .
|
||||
hyprctl activewindow -j | jq -c .
|
||||
socat -u UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - |
|
||||
stdbuf -o0 grep -ose '^activewindow>>' | while read -r line; do
|
||||
hyprctl activewindow -j | jaq -c .
|
||||
hyprctl activewindow -j | jq -c .
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue