generated from oci/template
7 lines
No EOL
97 B
Bash
7 lines
No EOL
97 B
Bash
#!/bin/bash
|
|
|
|
# Launch i3 window manager
|
|
/usr/bin/i3
|
|
|
|
echo "i3 exited unexpectedly"
|
|
sleep infinity |