From 62359a59d0f7c001bbd6f01b8c15718ae7f5e7c1 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 20 Sep 2024 15:08:55 +0200 Subject: [PATCH] added restart script --- restart.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 restart.sh diff --git a/restart.sh b/restart.sh new file mode 100755 index 0000000..23203b2 --- /dev/null +++ b/restart.sh @@ -0,0 +1,3 @@ +#!/bin/bash +pkill i3 +kill -HUP $(pgrep -t tty1 bash)