move to backup
This commit is contained in:
parent
294dc66380
commit
a0e3d792a9
182 changed files with 156 additions and 103 deletions
20
bak/modules/raycast/scripts/emacsclient.sh
Executable file
20
bak/modules/raycast/scripts/emacsclient.sh
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title Emacs Client
|
||||
# @raycast.mode silent
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon 🤖
|
||||
|
||||
# Documentation:
|
||||
# @raycast.description Opens new emacsclient frame
|
||||
# @raycast.author dnsc
|
||||
# @raycast.authorURL https://raycast.com/dnsc
|
||||
|
||||
emacsclient -a "" -c
|
||||
gsleep 3s
|
||||
|
||||
client_window=$(aerospace list-windows --workspace focused | gcut -d " " -f1)
|
||||
aerospace focus --window-id $client_window
|
||||
Loading…
Add table
Add a link
Reference in a new issue