diff options
author | zachir <zachir@librem.one> | 2023-05-23 13:34:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-23 13:34:44 -0500 |
commit | eca9815fc719182ad8cddf683ef20f6cb3b4e90a (patch) | |
tree | 97c76a4abca5428ead5b9b5eada1100de39bb497 /awesome/helper.sh | |
parent | 1fa39708a670cc4ca47d6cd7254b9b5035789661 (diff) |
fix gtk themes, and remove x11 wm configs
Diffstat (limited to 'awesome/helper.sh')
-rwxr-xr-x | awesome/helper.sh | 13 |
1 files changed, 0 insertions, 13 deletions
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 -} - -$@ |