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