From ea2f6bbaea6e8b785aeb5028587c21103a5b727a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 10 Oct 2012 09:13:06 +0200 Subject: Delete old files --- bin/hlwm/capture-todo | 6 ------ bin/hlwm/show-todo | 5 ----- 2 files changed, 11 deletions(-) delete mode 100755 bin/hlwm/capture-todo delete mode 100755 bin/hlwm/show-todo (limited to 'bin/hlwm') diff --git a/bin/hlwm/capture-todo b/bin/hlwm/capture-todo deleted file mode 100755 index 75c24a4..0000000 --- a/bin/hlwm/capture-todo +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -herbstclient rule pseudotile=on once -emacs -Q -l ~/.emacs.d/site-lisp/org-init.elc \ - --execute "(progn (org-capture) (delete-other-windows) - (add-hook 'org-capture-after-finalize-hook 'kill-emacs))" diff --git a/bin/hlwm/show-todo b/bin/hlwm/show-todo deleted file mode 100755 index 991d3bd..0000000 --- a/bin/hlwm/show-todo +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -grep --color=never "* \(TODO\|IN PROGRESS\|WAITING\)" org/notes.org \ - | sed 's/\*/ /g' \ - | xmessage -file - -default okay -- cgit v1.2.3-54-g00ecf