diff options
Diffstat (limited to 'bin/guiscripts/wintitle')
-rwxr-xr-x | bin/guiscripts/wintitle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/guiscripts/wintitle b/bin/guiscripts/wintitle new file mode 100755 index 0000000..64938a5 --- /dev/null +++ b/bin/guiscripts/wintitle @@ -0,0 +1,3 @@ +#!/bin/sh + +notify-send "wintitle" "<b>$(hyprctl activewindow -j | jq -r '.title')</b>" |