4 lines
92 B
Bash
Executable file
4 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
source /opt/qtile/venv/bin/activate
|
|
/opt/qtile/bin/qtile-cmd -o cmd -f restart
|
|
|