diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-07 13:39:33 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-07 13:39:33 +0200 |
| commit | a169838f2b1852bfd6feb38970d9324650d93b74 (patch) | |
| tree | fa12024a7e68da2c85cb2ebc7a40e7dd5dba24f0 /.local/bin/scripts/Heads-Up-Display | |
| parent | 6e225ef11b251ee7477a87f9ad42da81a776e08e (diff) | |
| download | dotfiles-a169838f2b1852bfd6feb38970d9324650d93b74.tar.gz dotfiles-a169838f2b1852bfd6feb38970d9324650d93b74.zip | |
Removed synced files since git subtrees does not have desired effect
Diffstat (limited to '.local/bin/scripts/Heads-Up-Display')
| -rwxr-xr-x | .local/bin/scripts/Heads-Up-Display | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.local/bin/scripts/Heads-Up-Display b/.local/bin/scripts/Heads-Up-Display deleted file mode 100755 index cac8681..0000000 --- a/.local/bin/scripts/Heads-Up-Display +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -id=$(xdotool search --class Heads-Up-Display); -if [ -z "$id" ]; then - st -c Heads-Up-Display -e tmux attach -t HUD || tmux new -s HUD; -else - if [ ! -f /tmp/hide_hud ]; then - touch /tmp/hide_hud && xdo hide "$id" - elif [ -f /tmp/hide_hud ]; then - rm /tmp/hide_hud && xdo show "$id" - fi -fi - |
