2 lines
105 B
Bash
Executable file
2 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
xdotool search --onlyvisible --class xfce4-appfinder windowkill || setsid -f xfce4-appfinder
|