fix: add executable_ prefix to scripts so chezmoi deploys them as +x

This commit is contained in:
Dmitry
2026-05-13 20:08:52 +03:00
parent ca9d85e783
commit c5d13169d1
5 changed files with 0 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
WID=$(kdotool search --class betterbird | head -1)
if [ -n "$WID" ]; then
kdotool windowactivate "$WID"
else
betterbird &
fi