Created
May 10, 2023 14:07
-
-
Save vkareh/eaa582f1cb26f392e656ea6f27446fae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ $ROFI_RETV -eq 0 ]; then | |
bt list | |
exit | |
fi | |
WID=$(echo "$1" | awk -F'\t' '{print $1}') | |
TITLE=$(echo "$1" | awk -F'\t' '{print $2}') | |
bt activate $WID | |
wmctrl -lp | grep "$TITLE" | awk '{print $1}' | xargs wmctrl -ia |
(requires X11 display server)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bound to
<Super_L>Tab
Need to follow the brotab instructions to install extension: https://github.com/balta2ar/brotab