sxhkd-rc

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

commit 69b6acc7831bd333b39286c37188e5638ad0de27
parent 2050470ba882f22c088bc5711eed1126dd7efe2b
Author: Bastien Dejean <nihilhill@gmail.com>
Date:   Mon, 29 Aug 2016 20:45:21 +0200

Set the proper file extension for the manual

Diffstat:
MMakefile | 2+-
Mdoc/sxhkd.1 | 53++++-------------------------------------------------
Rdoc/sxhkd.1.txt -> doc/sxhkd.1.asciidoc | 0
3 files changed, 5 insertions(+), 50 deletions(-)

diff --git a/Makefile b/Makefile @@ -40,7 +40,7 @@ uninstall: rm -rf "$(DESTDIR)$(DOCPREFIX)" doc: - a2x -v -d manpage -f manpage -a revnumber=$(VERSION) doc/$(NAME).1.txt + a2x -v -d manpage -f manpage -a revnumber=$(VERSION) doc/$(NAME).1.asciidoc clean: rm -f $(OBJ) $(NAME) diff --git a/doc/sxhkd.1 b/doc/sxhkd.1 @@ -1,13 +1,13 @@ '\" t .\" Title: sxhkd .\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> -.\" Date: 04/07/2016 +.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> +.\" Date: 08/29/2016 .\" Manual: Sxhkd Manual -.\" Source: Sxhkd 0.5.6-1-gd1214b9 +.\" Source: Sxhkd 0.5.6-5-g2050470 .\" Language: English .\" -.TH "SXHKD" "1" "04/07/2016" "Sxhkd 0\&.5\&.6\-1\-gd1214b9" "Sxhkd Manual" +.TH "SXHKD" "1" "08/29/2016" "Sxhkd 0\&.5\&.6\-5\-g2050470" "Sxhkd Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -168,51 +168,6 @@ The hotkey and the command may contain sequences of the form \fI{STRING_1,\&..., In addition, the sequences can contain ranges of the form \fIA\fR\-\fIZ\fR where \fIA\fR and \fIZ\fR are alphanumeric characters\&. .sp The underscore character represents an empty sequence element\&. -.SH "EXAMPLE BINDINGS" -.sp -.if n \{\ -.RS 4 -.\} -.nf -XF86Audio{Prev,Next} - mpc \-q {prev,next} - -@XF86LaunchA - scrot \-s \-e \*(Aqimage_viewer $f\*(Aq - -super + shift + equal - sxiv \-rt "$HOME/image" - -XF86LaunchB - xdotool selectwindow | xsel \-bi - -super + {h,j,k,l} - bspc node \-f {west,south,north,east} - -super + alt + {0\-9} - mpc \-q seek {0\-9}0% - -super + {alt,ctrl,alt + ctrl} + XF86Eject - sudo systemctl {suspend,reboot,poweroff} - -super + {_,shift + }{h,j,k,l} - bspc node \-{f,s} {west,south,north,east} - -{_,shift + ,super + }XF86MonBrightness{Down,Up} - bright {\-1,\-10,min,+1,+10,max} - -super + o ; {e,w,m} - {gvim,firefox,thunderbird} - -super + alt + control + {h,j,k,l} ; {0\-9} - bspc node @{west,south,north,east} \-r 0\&.{0\-9} - -super + alt + p - bspc config focus_follows_pointer {true,false} -.fi -.if n \{\ -.RE -.\} .SH "AUTHOR" .sp Bastien Dejean <nihilhill at gmail\&.com> diff --git a/doc/sxhkd.1.txt b/doc/sxhkd.1.asciidoc