1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Consistent terms for switch panel cycling.

The terms "switch panel" and "cycling" have been used in Window Maker
since time immemorial but have not always been applied consistently.
This commit is contained in:
Iain Patterson
2014-06-15 08:52:55 +01:00
committed by Carlos R. Mafra
parent a772f2797d
commit bb9f91a355
16 changed files with 32 additions and 32 deletions

View File

@@ -423,8 +423,8 @@ extern struct WPreferences {
int history_lines; /* history of "Run..." dialog */
char cycle_active_head_only; /* Cycle only windows on the active head */
char cycle_ignore_minimized; /* Ignore minimized windows when cycling */
char strict_windoze_cycle; /* don't close switchpanel when shift is released */
char panel_only_open; /* Only open the switchpanel; don't switch */
char strict_windoze_cycle; /* don't close switch panel when shift is released */
char panel_only_open; /* Only open the switch panel; don't switch */
/* All delays here are in ms. 0 means instant auto-action. */
int clip_auto_raise_delay; /* Delay after which the clip will be raised when entered */