From fc99e76d7cb26bc2f32109b8239e76b8404029b4 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 20:48:02 +0200 Subject: added scripts --- bin/extra/fzwin | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/extra/fzwin (limited to 'bin/extra') diff --git a/bin/extra/fzwin b/bin/extra/fzwin new file mode 100755 index 0000000..4e1cc79 --- /dev/null +++ b/bin/extra/fzwin @@ -0,0 +1,5 @@ +#!/bin/sh +hyprctl clients -j | + jq '.[].pid' | + fzf --preview "hyprctl clients -j | + jq '.[] | select(.pid == {}) | {class, title, workspace, xwayland}'" -- cgit v1.2.3