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

View file

@ -2,7 +2,6 @@
exec ydotoold &
exec libinput-gestures-setup start service &
exec xcape -e 'Super_L=Super_L|Control_L|Escape'
sleep 2
@ -11,3 +10,5 @@ killall mako
sleep 1
latte-restart
exec xcape -e 'Super_L=Super_L|Control_L|Escape'