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