summaryrefslogtreecommitdiff
path: root/herbstluftwm-autostart.org
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm-autostart.org')
-rwxr-xr-xherbstluftwm-autostart.org25
1 files 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
Copyright 2019--2024 Marius PETER