2021-03-06 12:17:27 -05:00
|
|
|
# StartFunction executes every time FVWM executes.
|
|
|
|
# Load in necessary data.
|
2021-05-01 19:40:02 -04:00
|
|
|
Read ../fxde-data/prefrc
|
2021-03-06 12:17:27 -05:00
|
|
|
Read infra/funcrc
|
|
|
|
Read infra/varrc
|
|
|
|
Read infra/cosmrc
|
|
|
|
Read infra/kbindrc
|
|
|
|
Read infra/menurc
|
|
|
|
Read infra/windrc
|
2021-03-10 22:05:22 -05:00
|
|
|
Read modules/shelf
|
|
|
|
Read modules/taskbar
|
|
|
|
Read modules/pager
|
|
|
|
Read modules/events
|
|
|
|
|
2021-04-30 22:50:29 -04:00
|
|
|
# What do we autostart?
|
2021-03-06 12:17:27 -05:00
|
|
|
DestroyFunc StartFunction
|
2021-04-30 22:50:29 -04:00
|
|
|
AddToFunc StartFunction
|
2021-03-06 12:17:27 -05:00
|
|
|
|
2021-04-30 22:50:29 -04:00
|
|
|
+ I Exec $[infostore.posix]/janitor
|
2021-03-06 12:17:27 -05:00
|
|
|
+ I Function PrefFunc
|
|
|
|
+ I Function ModuleFunc
|
|
|
|
+ I Schedule 250 Function DaemonFunc
|
2021-06-15 18:25:01 -04:00
|
|
|
+ I Module FvwmCommandS
|
2021-04-14 18:46:38 -04:00
|
|
|
# This setting is useful if you have a multi-head system.
|
|
|
|
EdgeScroll 0 0
|
2021-04-30 22:50:29 -04:00
|
|
|
|
|
|
|
# This controls names and the number of pages you have.
|
|
|
|
DesktopName 0 General 1
|
|
|
|
DesktopName 1 General 2
|
|
|
|
DesktopName 2 General 3
|
|
|
|
DesktopSize 3x3
|