From 16ac5919c109e334e7bfe2b73f167261b6576d2a Mon Sep 17 00:00:00 2001
From: Saumit Dinesan <79687674+justsaumit@users.noreply.github.com>
Date: Sat, 12 Mar 2022 19:55:55 +0530
Subject: Delete hotrebootdwm

---
 .scripts/hotrebootdwm | 4 ----
 1 file changed, 4 deletions(-)
 delete mode 100755 .scripts/hotrebootdwm

diff --git a/.scripts/hotrebootdwm b/.scripts/hotrebootdwm
deleted file mode 100755
index 9768709..0000000
--- a/.scripts/hotrebootdwm
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-##pid=$(ps -a | grep dwm | awk '{print $1}')
-pid=$(pidof dwm)
-kill -HUP $pid
-- 
cgit v1.2.3