chd/.config/scripts/wid-Firefox.sh

4 lines
109 B
Bash
Raw Normal View History

2023-08-21 21:55:26 +00:00
#!/run/current-system/sw/bin/bash
wid=`xdotool search --title "Mozilla Firefox"`
xdotool windowactivate $wid