summaryrefslogtreecommitdiff
path: root/bin/guiscripts/wintitle
diff options
context:
space:
mode:
Diffstat (limited to 'bin/guiscripts/wintitle')
-rwxr-xr-xbin/guiscripts/wintitle3
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>"