From 7d30925262024dfec53c5c2a8329c5a198b8365a Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Wed, 13 Oct 2021 18:24:14 -0700 Subject: Edward Liu --- herbstluftwm-autostart.org | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/herbstluftwm-autostart.org b/herbstluftwm-autostart.org index 8057097..7cdd41c 100755 --- a/herbstluftwm-autostart.org +++ b/herbstluftwm-autostart.org @@ -85,6 +85,15 @@ We remove all existing keybindings. #+END_SRC +** Basic interaction with {{{hl}}} + +#+BEGIN_SRC shell + hc keybind $Mod-Shift-q quit + hc keybind $Mod-Shift-r reload + hc keybind $Mod-Shift-c close +#+END_SRC + + ** Open programs interactively #+BEGIN_SRC shell @@ -92,12 +101,10 @@ We remove all existing keybindings. #+END_SRC -** Basic interaction with {{{hl}}} +** Close focused window or remove frame #+BEGIN_SRC shell - hc keybind $Mod-Shift-q quit - hc keybind $Mod-Shift-r reload - hc keybind $Mod-Shift-c close + hc keybind $Mod-q close_or_remove #+END_SRC @@ -110,6 +117,15 @@ We use our $TERMINAL with ~xfce4-terminal~ as fallback. #+END_SRC +** Start common applications + +We assign shortcuts to commonly used applications. + +#+BEGIN_SRC shell + hc keybind $Mod-e spawn "emacsclient -nc -s main" +#+END_SRC + + ** Movement Basic movement in tiling and floating mode focusing clients. @@ -172,7 +188,6 @@ Resizing frames and floating clients. #+END_SRC - ** Tags -- cgit v1.2.3