making awesome work again

This commit is contained in:
Chris Cochrun 2021-09-29 10:31:52 -05:00
parent c134490230
commit 6dcb3c6efd
10 changed files with 52 additions and 41 deletions

9
scripts/org-agenda-lof Executable file
View 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