diff options
author | zachir <zachir@librem.one> | 2023-02-10 12:32:43 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-10 12:32:43 -0600 |
commit | 5e74241bb8b2a672a7adcc4a8b6e1dea03f2f5a2 (patch) | |
tree | 24768273a6578345dfe530918c54c86db90a3e11 /herbstluftwm/sppmxr | |
parent | 7a2dd5235800003487d43c57d1b76847c692bce4 (diff) |
remove unnecessary cruftminor
Diffstat (limited to 'herbstluftwm/sppmxr')
-rwxr-xr-x | herbstluftwm/sppmxr | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/herbstluftwm/sppmxr b/herbstluftwm/sppmxr deleted file mode 100755 index 402d6ea..0000000 --- a/herbstluftwm/sppmxr +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -scratchpad=/tmp/herbstluftwm:sppmxr -if xdotool search --onlyvisible --classname 'sppmxr'; then - if [ $(herbstclient list_monitors | grep '[FOCUS]' | cut -d\" -f2) = $(herbstclient attr clients.$(cat $scratchpad) | grep 's - - tag' | awk '{ print $6 }' | sed 's/"//g') ]; then - xdotool search -onlyvisible -classname 'sppmxr' windowunmap - exit - fi -fi -if [ -f $scratchpad ]; then - if ! herbstclient bring $(cat $scratchpad); then - xdotool search -classname 'sppmxr' windowmap && exit - fi -fi -if ! xdotool search --classname 'sppmxr' windowmap; then - . ~/.profile && alacritty --title 'sppmxr' --class 'sppmxr' -e zsh -c pulsemixer & - xdotool search -sync -onlyvisible -classname 'sppmxr' - herbstclient attr clients.focus.winid > $scratchpad -fi |