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
|
||||
SOCKET="unix:/tmp/kitty"
|
||||
|
||||
if kitty @ --to "$SOCKET" focus-window 2>/dev/null; then
|
||||
kdotool search --class kitty | head -1 | xargs kdotool windowactivate
|
||||
else
|
||||
kitty --listen-on "$SOCKET" &
|
||||
fi
|
||||
Reference in New Issue
Block a user