4 lines
109 B
Bash
4 lines
109 B
Bash
|
#!/run/current-system/sw/bin/bash
|
||
|
wid=`xdotool search --title "Mozilla Firefox"`
|
||
|
xdotool windowactivate $wid
|