9468f9b060
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
9 lines
167 B
Bash
Executable file
9 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
|
|
XTERM=x-terminal-emulator
|
|
|
|
$XTERM -ls -title "--irst 0n3xx" &
|
|
$XTERM -ls -title ">>> 2nd <<<" &
|
|
$XTERM -ls -title "www.3rd.xterm" &
|
|
# sleep 0.5
|
|
# i3-msg mh
|