From c6848e26d94a438d51e460d050011ce5ec67919b Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 7 Jan 2023 14:52:22 +0200 Subject: Wrong directory --- Heads-Up-Display | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 Heads-Up-Display (limited to 'Heads-Up-Display') diff --git a/Heads-Up-Display b/Heads-Up-Display deleted file mode 100755 index d90c7d3..0000000 --- a/Heads-Up-Display +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -id=$(xdotool search --class Heads-Up-Display); -if [ -z "$id" ]; then - alacritty --class "Heads-Up-Display" -e tmux new-session -A -s HUD -e bash > /dev/null 2>&1 & -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 - -- cgit v1.2.3