Update explanations
This commit is contained in:
parent
0a84ab9141
commit
c6c493a204
1 changed files with 5 additions and 3 deletions
|
@ -63,12 +63,14 @@ hc keybind $Mod-k close
|
||||||
# manually anyway and remove them afterwards.
|
# manually anyway and remove them afterwards.
|
||||||
hc keybind $Mod-Shift-k remove
|
hc keybind $Mod-Shift-k remove
|
||||||
|
|
||||||
# These are my most-used programs, having specific keybindings for
|
# Always spawn an instance of URxvt.
|
||||||
# them is a big productivity boost.
|
|
||||||
hc keybind $Mod-Return spawn urxvt
|
hc keybind $Mod-Return spawn urxvt
|
||||||
|
# Switch to a running instance of URxvt, or start one.
|
||||||
hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt
|
hc keybind $Mod-c spawn hlwm-run-or-raise URxvt urxvt
|
||||||
|
# Switch to a running instance of Conkeror, or start one.
|
||||||
hc keybind $Mod-b spawn hlwm-run-or-raise Conkeror conkeror
|
hc keybind $Mod-b spawn hlwm-run-or-raise Conkeror conkeror
|
||||||
|
# Switch to a running instance of Emacs, or create an Emacs client
|
||||||
|
# frame. Start an Emacs daemon if necessary.
|
||||||
hc keybind $Mod-t spawn hlwm-run-or-raise Emacs \
|
hc keybind $Mod-t spawn hlwm-run-or-raise Emacs \
|
||||||
emacsclient --create-frame --alternate-editor=''
|
emacsclient --create-frame --alternate-editor=''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue