commit 2de95764335603fd315f14fc9fae8555e32af253 parent aae608efa2ea3b786f80a961a67310a2b5d88fee Author: Cem Keylan <cem@ckyln.com> Date: Thu, 14 Nov 2019 12:44:36 +0300 remove startdwm script Diffstat:
D | .local/bin/startdwm | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/.local/bin/startdwm b/.local/bin/startdwm @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -while true; do - dwm 2> ~/.dwm.log -done