From f0edb757a28f092cc13f73f38dfbbc70e3a33fbf Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 14 Aug 2021 20:29:25 -0700 Subject: Cycle tags a la Windows :) --- herbstluftwm-autostart.org | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) (limited to 'herbstluftwm-autostart.org') diff --git a/herbstluftwm-autostart.org b/herbstluftwm-autostart.org index 7394c3f..a9cbacd 100755 --- a/herbstluftwm-autostart.org +++ b/herbstluftwm-autostart.org @@ -183,13 +183,13 @@ Resizing frames and floating clients. #+END_SRC -*** Cycling +*** Cycling tags + +This is /legacy/ support. #+BEGIN_SRC shell - # cycle through tags hc keybind $Mod-period use_index +1 --skip-visible hc keybind $Mod-comma use_index -1 --skip-visible - #+END_SRC @@ -229,7 +229,22 @@ layout is skipped. #+END_SRC -*** Cycle monitors +*** Cycle tags + +This departs from the default behavior by cycling desktop tags instead +of monitors. + +#+BEGIN_SRC shell + hc keybind $Mod-Tab use_index +1 --skip-visible + hc keybind $Mod-Shift-Tab use_index -1 --skip-visible +#+END_SRC + +*** Cycle the active screens + +#+BEGIN_SRC shell + hc keybind $Mod-c cycle_all +1 +#+END_SRC + #+BEGIN_SRC shell # focus -- cgit v1.2.3