Regenerated

This commit is contained in:
2026-04-01 19:32:44 +02:00
parent 2ad249fe6c
commit 64458a9286
4 changed files with 296 additions and 296 deletions
@@ -18,7 +18,7 @@ decoration {
}
general {
col.active_border=0xff97cbcd 0xff89b4fa
col.active_border= 0xff89b4fa 0xff97cbcd
col.inactive_border=rgb(45475a)
}
@@ -2,7 +2,7 @@
active_ws=$(hyprctl activeworkspace -j | jq -r '.id')
clients=$(hyprctl clients -j | jq -r \
".[] | select(.workspace.id==$active_ws) | \"\(.address)|\(.title)\"")
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -p "Windows")
choice=$(echo "$clients" | cut -d'|' -f2 | wofi -dmenu -j -p "Windows")
[ -z "$choice" ] && exit 0
addr=$(echo "$clients" | grep "|$choice" | head -n1 | cut -d'|' -f1)
hyprctl dispatch focuswindow address:$addr