From 7b5d6d5f2e9be95cd1acdc5eb07f4487da8a1f64 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Jan 2013 14:43:14 -0500 Subject: mv .wmii .config/wmii; ln -s .config/wmii .wmii --- .config/wmii/help-keys | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .config/wmii/help-keys (limited to '.config/wmii/help-keys') diff --git a/.config/wmii/help-keys b/.config/wmii/help-keys new file mode 100755 index 0000000..c6e7038 --- /dev/null +++ b/.config/wmii/help-keys @@ -0,0 +1,3 @@ +#!/bin/bash +. "$HOME/.wmii/include.sh" +scansection Key | xmessage -file - -- cgit v1.2.3-2-g168b From 1d71fab074e22e830554b0b5a73ec9a092643d07 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2013 16:12:23 -0400 Subject: wmii: play with PATH better --- .config/wmii/help-keys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/wmii/help-keys') diff --git a/.config/wmii/help-keys b/.config/wmii/help-keys index c6e7038..6f4bd1c 100755 --- a/.config/wmii/help-keys +++ b/.config/wmii/help-keys @@ -1,3 +1,3 @@ #!/bin/bash -. "$HOME/.wmii/include.sh" +. include.sh scansection Key | xmessage -file - -- cgit v1.2.3-2-g168b From b9f46fb46c990fdef955b72dbdd4363da17ffc59 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 18 Sep 2013 13:50:52 -0400 Subject: remove .config/wmii; it was confusing to have it and .config/wmii-hg --- .config/wmii/help-keys | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 .config/wmii/help-keys (limited to '.config/wmii/help-keys') diff --git a/.config/wmii/help-keys b/.config/wmii/help-keys deleted file mode 100755 index 6f4bd1c..0000000 --- a/.config/wmii/help-keys +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -. include.sh -scansection Key | xmessage -file - -- cgit v1.2.3-2-g168b