fix default pager configin standard

SVN revision: 73851
This commit is contained in:
Carsten Haitzler 2012-07-14 11:11:08 +00:00
parent 90e537d983
commit 75d902e518
1 changed files with 3 additions and 2 deletions

View File

@ -4,12 +4,13 @@ group "Pager_Config" struct {
value "popup_urgent" uint: 0; value "popup_urgent" uint: 0;
value "popup_urgent_stick" uint: 0; value "popup_urgent_stick" uint: 0;
value "popup_urgent_speed" double: 1.5000000000000000000000000; value "popup_urgent_speed" double: 1.5000000000000000000000000;
value "show_desk_names" uint: 1; value "show_desk_names" uint: 0;
value "popup_height" int: 60; value "popup_height" int: 60;
value "popup_act_height" int: 60; value "popup_act_height" int: 60;
value "drag_resist" uint: 3; value "drag_resist" uint: 3;
value "btn_drag" uchar: 1; value "btn_drag" uchar: 1;
value "btn_noplace" uchar: 2; value "btn_noplace" uchar: 2;
value "btn_desk" uchar: 0; value "btn_desk" uchar: 2;
value "flip_desk" uchar: 0; value "flip_desk" uchar: 0;
value "disable_live_preview" uchar: 1;
} }