summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2021-08-15 19:13:58 -0700
committerMarius Peter <marius.peter@tutanota.com>2021-08-15 19:13:58 -0700
commit53cbe02b2cecf62c325b69726283c6c234d53d3b (patch)
tree4be1aa80312a159c59ccc7dab59ba742303f5600
parent8ed7a7d3fd21496dce8682953b11ed1d72ea5fe3 (diff)
Revert tag cycling behavior.
-rwxr-xr-xherbstluftwm-autostart.org23
1 files changed, 9 insertions, 14 deletions
diff --git a/herbstluftwm-autostart.org b/herbstluftwm-autostart.org
index b3305e8..7e605ba 100755
--- a/herbstluftwm-autostart.org
+++ b/herbstluftwm-autostart.org
@@ -183,9 +183,7 @@ Resizing frames and floating clients.
#+END_SRC
-*** Cycling tags
-
-This is /legacy/ support.
+*** Cycle tags
#+BEGIN_SRC shell
hc keybind $Mod-period use_index +1 --skip-visible
@@ -211,9 +209,9 @@ positions. I.e. if there are two windows within a frame, the grid
layout is skipped.
#+BEGIN_SRC shell
- hc keybind $Mod-space \
- or , and . compare tags.focus.curframe_wcount = 2 \
- . cycle_layout +1 vertical horizontal max vertical grid \
+ hc keybind $Mod-space \
+ or , and . compare tags.focus.curframe_wcount = 2 \
+ . cycle_layout +1 vertical horizontal max vertical grid \
, cycle_layout +1
#+END_SRC
@@ -228,20 +226,17 @@ layout is skipped.
#+END_SRC
-*** Cycle tags
-
-This departs from the default behavior by cycling desktop tags instead
-of monitors.
+*** Cycle the active screens
#+BEGIN_SRC shell
- hc keybind $Mod-Tab use_index +1 --skip-visible
- hc keybind $Mod-Shift-Tab use_index -1 --skip-visible
+ hc keybind $Mod-Tab cycle_all +1
+ hc keybind $Mod-Shift-Tab cycle_all -1
#+END_SRC
-*** Cycle the active screens
+This is a ``shorter'' shortcut.
#+BEGIN_SRC shell
- hc keybind $Mod-c cycle_all +1
+ hc keybind $Mod-c cycle_all +1
#+END_SRC
Copyright 2019--2024 Marius PETER