File: module.pager.src

package info (click to toggle)
e17 0.27.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 439,204 kB
  • sloc: ansic: 258,323; xml: 1,010; sh: 992; makefile: 21
file content (16 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
group "Pager_Config" struct {
  value "popup" uint: 1;
  value "popup_speed" double: 1.0;
  value "popup_urgent" uint: 1;
  value "popup_urgent_stick" uint: 0;
  value "popup_urgent_speed" double: 1.5;
  value "show_desk_names" uint: 0;
  value "popup_height" int: 60;
  value "popup_act_height" int: 60;
  value "drag_resist" uint: 3;
  value "btn_drag" uchar: 0;
  value "btn_noplace" uchar: 1;
  value "btn_desk" uchar: 2;
  value "flip_desk" uchar: 0;
  value "disable_live_preview" uchar: 1;
}