From 8996d931f15ae50bbae47bbafbd950fc420d2428 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 15 Oct 2012 17:38:06 -0400 Subject: wmii: add help-events and help-keys actions --- .wmii/help-events | 3 +++ .wmii/help-keys | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 .wmii/help-events create mode 100755 .wmii/help-keys 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 - -- cgit v1.2.3