4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
xdotool windowunmap $WINDOWID; $@; xdotool windowmap $WINDOWID
|