8 lines
111 B
Bash
8 lines
111 B
Bash
#!/bin/sh
|
|
|
|
# -------------------------------
|
|
# Start Qtile
|
|
# -------------------------------
|
|
|
|
exec qtile start
|