From eca9815fc719182ad8cddf683ef20f6cb3b4e90a Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 23 May 2023 13:34:44 -0500 Subject: fix gtk themes, and remove x11 wm configs --- awesome/helper.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 awesome/helper.sh (limited to 'awesome/helper.sh') diff --git a/awesome/helper.sh b/awesome/helper.sh deleted file mode 100755 index d51fbab..0000000 --- a/awesome/helper.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -ppid() { - printf "$(ps -o ppid= -p $1)" | xargs -} - -gppid() { - PARENT=$(ps -o ppid= -p $1) - GRANDPARENT=$(ps -o ppid= -p $PARENT) - printf "$GRANDPARENT" | xargs -} - -$@ -- cgit v1.2.3