making awesome work again
This commit is contained in:
parent
c134490230
commit
6dcb3c6efd
10 changed files with 52 additions and 41 deletions
9
scripts/org-agenda-lof
Executable file
9
scripts/org-agenda-lof
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
window=$(wmctrl -l | awk '{print $4}' | rg org-agenda)
|
||||
|
||||
if [ -z $window ]; then
|
||||
wmctrl -a $window
|
||||
else
|
||||
emacsclient -e '(chris/org-agenda)'
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue