added restart script

This commit is contained in:
BuildTools 2024-09-20 15:08:55 +02:00
parent 49d34346fe
commit 62359a59d0

3
restart.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
pkill i3
kill -HUP $(pgrep -t tty1 bash)