sxhkd-rc

[fork] simple X hotkey daemon (but for the rc shell)
Log | Files | Refs | README | LICENSE

commit ff57c2c6b71c83c14eef295c16514e89ca0a8fa6
parent 6f195e7a9953ddb8f4c5127031c310cf132ff543
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Sun, 22 Sep 2013 11:22:28 +0200

Add command cycle example

Diffstat:
Mdoc/sxhkd.1 | 7+++++--
Mdoc/sxhkd.1.txt | 3+++
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/sxhkd.1 b/doc/sxhkd.1 @@ -2,12 +2,12 @@ .\" Title: sxhkd .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\" Date: 09/20/2013 +.\" Date: 09/22/2013 .\" Manual: Sxhkd Manual .\" Source: Sxhkd 0.4.3 .\" Language: English .\" -.TH "SXHKD" "1" "09/20/2013" "Sxhkd 0\&.4\&.3" "Sxhkd Manual" +.TH "SXHKD" "1" "09/22/2013" "Sxhkd 0\&.4\&.3" "Sxhkd Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -204,6 +204,9 @@ super + o ; {e,w,m} super + alt + control + {h,j,k,l} ; {0\-9} bspc window \-e {left,down,up,right} 0\&.{0\-9} + +super + alt + p + bspc config focus_follows_pointer {true,false} .fi .if n \{\ .RE diff --git a/doc/sxhkd.1.txt b/doc/sxhkd.1.txt @@ -142,6 +142,9 @@ super + o ; {e,w,m} super + alt + control + {h,j,k,l} ; {0-9} bspc window -e {left,down,up,right} 0.{0-9} + +super + alt + p + bspc config focus_follows_pointer {true,false} ---- Author