From c6c493a204762d1e27c2cc00dc023bb6f939187a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 12 Sep 2016 01:10:56 +0200 Subject: Update explanations --- herbstluftwm/.config/herbstluftwm/autostart | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'herbstluftwm/.config') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index b61521a..ac07ad1 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -63,12 +63,14 @@ hc keybind $Mod-k close # manually anyway and remove them afterwards. hc keybind $Mod-Shift-k remove -# These are my most-used programs, having specific keybindings for -# them is a big productivity boost. +# Always spawn an instance of 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 +# Switch to a running instance of Conkeror, or start one. 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 \ emacsclient --create-frame --alternate-editor='' -- cgit v1.2.3-54-g00ecf