From e43b397d5c3b32320fe9c3fb5bb105d504347a9d Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Sat, 13 Feb 2021 16:06:20 +0000 Subject: [PATCH] Add files via upload --- .config/wofi/window.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wofi/window.sh b/.config/wofi/window.sh index 9ccc6e6..bb5c8c2 100644 --- a/.config/wofi/window.sh +++ b/.config/wofi/window.sh @@ -1,6 +1,6 @@ swaymsg -t get_tree | jq -r '.nodes[].nodes[] | if .nodes then [recurse(.nodes[])] else [] end + .floating_nodes | .[] | select(.nodes==[]) | ((.id | tostring) + "" + .name)' | - wofi -c ~/.config/wofi/menu -s ~/.config/wofi/style.css --show dmenu --lines 5 | { + wofi -c ~/.config/wofi/menu -s ~/.config/wofi/style.css --show dmenu --lines 4 | { read -r id name swaymsg "[con_id=$id]" focused }