diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-16 01:43:25 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-16 01:43:25 +0200 |
commit | 1d0d4ac1d9349a0c478b242022c91424155695c1 (patch) | |
tree | 18b738277a751c9b8d854991f1c18ced096f86d1 /bin/guiscripts/wintitle | |
parent | f437dee2bec320fcbab0c0aba45a50976d565ee8 (diff) |
added more scripts
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>" |