fix: add executable_ prefix to scripts so chezmoi deploys them as +x
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
WID=$(kdotool search --name "Telegram" | head -1)
|
||||
|
||||
if [ -n "$WID" ]; then
|
||||
kdotool windowactivate "$WID"
|
||||
else
|
||||
org.telegram.desktop &
|
||||
fi
|
||||
Reference in New Issue
Block a user