From 371f030849fab1cf3aa131176237e166d7343da7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 19 Aug 2011 08:28:14 -0400 Subject: update wmii config (emacs-ize it) --- .wmii/wmiirc_local | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to '.wmii') diff --git a/.wmii/wmiirc_local b/.wmii/wmiirc_local index dd72f59..07d4544 100755 --- a/.wmii/wmiirc_local +++ b/.wmii/wmiirc_local @@ -1,7 +1,26 @@ #!/bin/dash export WMII_FONT='xft:Monospace-8' -export WMII_TERM="urxvt" +#export WMII_TERM="urxvt" +export WMII_TERM="emacsterm" . $HOME/.wmii/wmiirc_local.local . $HOME/.wmii/wmiirc_solarized_dark + +# Use Emacs keybindings, not VI +UP=p +DOWN=n +LEFT=b +RIGHT=f + +local_events() { + cat <<'!' +Menu Client-3-Delete-(kill) + wmiir xwrite /client/$1/ctl kill +Menu Client-3-Kill-(slay) + wmiir xwrite /client/$1/ctl slay +KeyGroup Client actions +Key $MODKEY-x-1 # Toggle selected client's fullscreen state + wmiir xwrite /client/sel/ctl Fullscreen toggle +! +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf