equal
deleted
inserted
replaced
80 # + I Module FvwmDebug --xconsole |
80 # + I Module FvwmDebug --xconsole |
81 # + I KillModule FvwmDebug |
81 # + I KillModule FvwmDebug |
82 # + I Module FvwmGtkDebug |
82 # + I Module FvwmGtkDebug |
83 # + I Module FvwmConsole |
83 # + I Module FvwmConsole |
84 + I Module FvwmPager 0 4 |
84 + I Module FvwmPager 0 4 |
85 + I Module FvwmAuto 1 -menter enter_handler |
|
86 + I Module FvwmKbdd.pl |
85 + I Module FvwmKbdd.pl |
87 # Add next to load desktop image (must be .xpm or .png) |
86 # Add next to load desktop image (must be .xpm or .png) |
88 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |
87 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |
89 |
88 |
90 ################################################################ |
89 ################################################################ |
428 |
427 |
429 # Add the windows you want to autohide |
428 # Add the windows you want to autohide |
430 DestroyFunc enter_handler |
429 DestroyFunc enter_handler |
431 AddToFunc enter_handler |
430 AddToFunc enter_handler |
432 + I autohide FvwmPager 1000 N |
431 + I autohide FvwmPager 1000 N |
|
432 |
|
433 AddToFunc StartFunction I Module FvwmAuto 1 -menter enter_handler |
|
434 |