3 lines
105 B
Plaintext
3 lines
105 B
Plaintext
|
#!/bin/bash
|
||
|
xdotool search --onlyvisible --class xfce4-appfinder windowkill || setsid -f xfce4-appfinder
|