6 lines
146 B
Python
6 lines
146 B
Python
# This is a test file for anything.
|
|
import os
|
|
import subprocess
|
|
|
|
home = os.path.expanduser('~/.config/qtile/autostart.sh')
|
|
subprocess.call([home]) |