From 53cbe02b2cecf62c325b69726283c6c234d53d3b Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 15 Aug 2021 19:13:58 -0700 Subject: Revert tag cycling behavior. --- herbstluftwm-autostart.org | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) (limited to 'herbstluftwm-autostart.org') 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 -- cgit v1.2.3