diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 17:43:00 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 17:43:00 +0100 |
commit | 70ac73bc332facb6b55044a8a6145ea805592d18 (patch) | |
tree | 48a0b7a5e246d1900395407f9ed1e41c99d98703 /bin/guiscripts/wintitle | |
parent | d79faa9e1b36e99dcf8925fc3271f32950f00309 (diff) |
checkpoint
Diffstat (limited to 'bin/guiscripts/wintitle')
-rwxr-xr-x | bin/guiscripts/wintitle | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/guiscripts/wintitle b/bin/guiscripts/wintitle deleted file mode 100755 index 64938a5..0000000 --- a/bin/guiscripts/wintitle +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -notify-send "wintitle" "<b>$(hyprctl activewindow -j | jq -r '.title')</b>" |