diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-15 17:38:06 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-15 20:22:27 -0400 |
commit | 8996d931f15ae50bbae47bbafbd950fc420d2428 (patch) | |
tree | 7279cc16e5aea033bb346cfee31bd47520a7964b | |
parent | 4414160a4cce0080f3f2b33f9e7a7583c77c7062 (diff) |
wmii: add help-events and help-keys actions
-rwxr-xr-x | .wmii/help-events | 3 | ||||
-rwxr-xr-x | .wmii/help-keys | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.wmii/help-events b/.wmii/help-events new file mode 100755 index 0000000..25b7d41 --- /dev/null +++ b/.wmii/help-events @@ -0,0 +1,3 @@ +#!/bin/bash +. "$HOME/.wmii/include.sh" +scansection Event | xmessage -file - diff --git a/.wmii/help-keys b/.wmii/help-keys new file mode 100755 index 0000000..c6e7038 --- /dev/null +++ b/.wmii/help-keys @@ -0,0 +1,3 @@ +#!/bin/bash +. "$HOME/.wmii/include.sh" +scansection Key | xmessage -file - |