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
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue