Add a restart script
This commit is contained in:
parent
cb2e5afe33
commit
136f32afc1
1 changed files with 4 additions and 0 deletions
4
restart.sh
Executable file
4
restart.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
source /opt/qtile/venv/bin/activate
|
||||||
|
/opt/qtile/bin/qtile-cmd -o cmd -f restart
|
||||||
|
|
Reference in a new issue