summaryrefslogtreecommitdiffstats
path: root/bin/hlwm/capture-todo
blob: a93d1da4dade9619c267cc6016b9425ce19867c0 (plain)
1
2
3
4
5
#!/bin/bash

herbstclient rule pseudotile=on once
emacs -Q -l ~/.emacs.d/site-lisp/org-init.elc \
    --execute "(progn (org-capture nil \"t\") (delete-other-windows) (add-hook 'org-capture-after-finalize-hook 'kill-emacs))"