diff options
| author | awy <awy@awy.one> | 2025-11-08 18:23:11 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-08 18:23:11 +0300 |
| commit | c1197d465cc47335938e69d9cc0b8cf49f513e9f (patch) | |
| tree | eca6b13a2207a1e9a33d52b88a838ee8afb4e08e | |
| parent | 2f1c71de8eaccca21443f1e780081e5e48693646 (diff) | |
| download | hyprdots-c1197d465cc47335938e69d9cc0b8cf49f513e9f.tar.gz | |
fix
| -rwxr-xr-x | .local/bin/dmenuscreenshare | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/dmenuscreenshare b/.local/bin/dmenuscreenshare index 11ef879..f94f00b 100755 --- a/.local/bin/dmenuscreenshare +++ b/.local/bin/dmenuscreenshare @@ -2,9 +2,10 @@ get_window() { - input="$(echo $XDPH_WINDOW_SHARING_LIST | sed 's/\[HE>\]/\n/g' | sed -E 's/\[(HC|HE)>][^[]*//g')" + input="$(echo $XDPH_WINDOW_SHARING_LIST | sed 's/\[HA>\]/[HA>]\n/g')" choice=$(echo "$input" | mew -l 10) printf '[SELECTION]r/window:%s\n' "$choice" + echo $XDPH_WINDOW_SHARING_LIST > ~/test } get_screen() |