solorice/config/eww/scripts/get-window-title
Kristofers Solo a42ded1119 Use dotter
2024-08-28 09:02:07 +03:00

3 lines
144 B
Bash
Executable File

#!/bin/sh
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | stdbuf -o0 awk -F '>>|,' '/^activewindow>>/{print $3}'