mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
I'm drowning in late todo notifications
This commit is contained in:
parent
4733b6dae6
commit
a695931a3d
3 changed files with 3 additions and 12 deletions
|
@ -307,10 +307,10 @@
|
|||
if pgrep -x .obs-wrapped > /dev/null;
|
||||
then
|
||||
pkill -STOP fnott;
|
||||
emacsclient --eval "(org-yaap-mode 0)";
|
||||
#emacsclient --eval "(org-yaap-mode 0)";
|
||||
else
|
||||
pkill -CONT fnott;
|
||||
emacsclient --eval "(if (not org-yaap-mode) (org-yaap-mode 1))";
|
||||
#emacsclient --eval "(if (not org-yaap-mode) (org-yaap-mode 1))";
|
||||
fi
|
||||
sleep 10;
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue