diff options
Diffstat (limited to '.local/bin/dmenuscreenshare')
-rwxr-xr-x | .local/bin/dmenuscreenshare | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenuscreenshare b/.local/bin/dmenuscreenshare index b4cd94e..169e416 100755 --- a/.local/bin/dmenuscreenshare +++ b/.local/bin/dmenuscreenshare @@ -2,7 +2,7 @@ get_window() { - input="$(echo $XDPH_WINDOW_SHARING_LIST | sed 's/\[HA>\]/\n/g' | sed -E 's/\[(HC|HE)>][^[]*//g')" + input="$(echo $XDPH_WINDOW_SHARING_LIST | sed 's/\[HE>\]/\n/g' | sed -E 's/\[(HC|HE)>][^[]*//g')" choice=$(echo "$input" | mew -l 10) printf '[SELECTION]/window:%s\n' "$choice" } |