X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/45c2290600a542c9c5dbda4a8d4d07d6f2a6c134..23a1f61aaf2144d071025e6e6b618007df648296:/bspwm/.local/bin/toggle_tray?ds=inline diff --git a/bspwm/.local/bin/toggle_tray b/bspwm/.local/bin/toggle_tray deleted file mode 100755 index c081995..0000000 --- a/bspwm/.local/bin/toggle_tray +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# from https://github.com/kallith/Dotfiles - -if [ $(pgrep -cf stalonetray) -gt 0 ]; then - wid=$(xdotool search --class stalonetray) - if [ "$(xdotool search --onlyvisible --class stalonetray)" != "" ]; then - xdotool windowunmap $wid - else - xdotool windowmap $wid - xdotool windowraise $wid - fi -else - xdotool search --class stalonetray - stalonetray -fi