[Shell] Personal dotfiles and scripts to deploy them.
Revert tag cycling behavior.
herbstluftwm-autostart.org
@@ -183,10 +183,8 @@
183
183
#+END_SRC
184
184
185
185
186
Removed:
*** Cycling tags
186
Added:
*** Cycle tags
187
187
188
Removed:
This is /legacy/ support.
189
Removed:
190
188
#+BEGIN_SRC shell
191
189
hc keybind $Mod-period use_index +1 --skip-visible
192
190
hc keybind $Mod-comma use_index -1 --skip-visible
@@ -211,9 +209,9 @@
211
209
layout is skipped.
212
210
213
211
#+BEGIN_SRC shell
214
Removed:
hc keybind $Mod-space \
215
Removed:
or , and . compare tags.focus.curframe_wcount = 2 \
216
Removed:
. cycle_layout +1 vertical horizontal max vertical grid \
212
Added:
hc keybind $Mod-space \
213
Added:
or , and . compare tags.focus.curframe_wcount = 2 \
214
Added:
. cycle_layout +1 vertical horizontal max vertical grid \
217
215
, cycle_layout +1
218
216
#+END_SRC
219
217
@@ -228,20 +226,17 @@
228
226
#+END_SRC
229
227
230
228
231
Removed:
*** Cycle tags
229
Added:
*** Cycle the active screens
232
230
233
Removed:
This departs from the default behavior by cycling desktop tags instead
234
Removed:
of monitors.
235
Removed:
236
231
#+BEGIN_SRC shell
237
Removed:
hc keybind $Mod-Tab use_index +1 --skip-visible
238
Removed:
hc keybind $Mod-Shift-Tab use_index -1 --skip-visible
232
Added:
hc keybind $Mod-Tab cycle_all +1
233
Added:
hc keybind $Mod-Shift-Tab cycle_all -1
239
234
#+END_SRC
240
235
241
Removed:
*** Cycle the active screens
236
Added:
This is a ``shorter'' shortcut.
242
237
243
238
#+BEGIN_SRC shell
244
Removed:
hc keybind $Mod-c cycle_all +1
239
Added:
hc keybind $Mod-c cycle_all +1
245
240
#+END_SRC
246
241
247
242