mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Set StrictWindozeCycle by default.
Window Maker's behaviour changes when StrictWindozeCycle is active. As a rule we try not to set the default value of new options such that they would change the behaviour expected by users. In this case, however, the switchpanel was not working as intended. Users who prefer the old method can set StrictWindozeCycle off with wdwrite WindowMaker StrictWindozeCycle NO
This commit is contained in:
committed by
Carlos R. Mafra
parent
c9937f6f6a
commit
90675a6f04
@@ -474,7 +474,7 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.dont_blink, getBool, NULL, NULL, NULL},
|
||||
{"SingleClickLaunch", "NO", NULL,
|
||||
&wPreferences.single_click, getBool, NULL, NULL, NULL},
|
||||
{"StrictWindozeCycle", "NO", NULL,
|
||||
{"StrictWindozeCycle", "YES", NULL,
|
||||
&wPreferences.strict_windoze_cycle, getBool, NULL, NULL, NULL},
|
||||
|
||||
/* style options */
|
||||
|
||||
Reference in New Issue
Block a user