added restart script
This commit is contained in:
parent
49d34346fe
commit
62359a59d0
1 changed files with 3 additions and 0 deletions
3
restart.sh
Executable file
3
restart.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
pkill i3
|
||||||
|
kill -HUP $(pgrep -t tty1 bash)
|
Loading…
Reference in a new issue