equal
deleted
inserted
replaced
6 |
6 |
7 SetEnv fvwm_img $[FVWM_USERDIR]/images |
7 SetEnv fvwm_img $[FVWM_USERDIR]/images |
8 SetEnv fvwm_icon $[FVWM_USERDIR]/icons |
8 SetEnv fvwm_icon $[FVWM_USERDIR]/icons |
9 SetEnv screenshot_home $[HOME]/.screenshot |
9 SetEnv screenshot_home $[HOME]/.screenshot |
10 |
10 |
11 ##################### |
11 ################################################################ |
12 # Set the image path. |
12 # Set paths. |
13 ##################### |
13 |
14 |
14 ModulePath $[FVWM_USERDIR]:+ |
15 ImagePath $[fvwm_icon];.xpm:$[fvwm_img] |
15 ImagePath $[fvwm_icon];.xpm:$[fvwm_img] |
16 |
16 |
17 # ################# |
17 # ################# |
18 # Virtual Desktops. |
18 # Virtual Desktops. |
19 # ################# |
19 # ################# |
241 Key F10 A S CursorMove +0p +50p |
241 Key F10 A S CursorMove +0p +50p |
242 Key F11 A S CursorMove +0p -50p |
242 Key F11 A S CursorMove +0p -50p |
243 Key F12 A S CursorMove +50p +0p |
243 Key F12 A S CursorMove +50p +0p |
244 |
244 |
245 # Switch input method. |
245 # Switch input method. |
246 Key 1 A 3 Exec dbus-send --dest=ru.gentoo.KbddService /ru/gentoo/KbddService ru.gentoo.kbdd.set_layout uint32:0 |
246 Key 1 A 3 SendToModule FvwmKbdd.pl kbdd 0 |
247 Key 2 A 3 Exec dbus-send --dest=ru.gentoo.KbddService /ru/gentoo/KbddService ru.gentoo.kbdd.set_layout uint32:1 |
247 Key 2 A 3 SendToModule FvwmKbdd.pl kbdd 1 |
248 Key 3 A 3 Exec dbus-send --dest=ru.gentoo.KbddService /ru/gentoo/KbddService ru.gentoo.kbdd.set_layout uint32:2 |
248 Key 3 A 3 SendToModule FvwmKbdd.pl kbdd 2 |
249 |
249 |
250 # Win+R like in Windows. |
250 # Win+R like in Windows. |
251 Key R A 3 Exec exec gmrun |
251 Key R A 3 Exec exec gmrun |
252 |
252 |
253 Key Page_Up A 3 Exec xdotool click 4 |
253 Key Page_Up A 3 Exec xdotool click 4 |
426 # + I Exec exec update-menus |
426 # + I Exec exec update-menus |
427 |
427 |
428 # First and after all restart. |
428 # First and after all restart. |
429 # All fvwm modules exit after restart fvwm, so you must put they there. |
429 # All fvwm modules exit after restart fvwm, so you must put they there. |
430 AddToFunc StartFunction |
430 AddToFunc StartFunction |
|
431 # + I Module FvwmDebug --xconsole |
|
432 # + I KillModule FvwmDebug |
|
433 # + I Module FvwmGtkDebug |
|
434 # + I Module FvwmConsole |
431 + I Module FvwmPager 0 4 |
435 + I Module FvwmPager 0 4 |
432 + I Module FvwmAuto 1 -menter enter_handler |
436 + I Module FvwmAuto 1 -menter enter_handler |
433 # + I Module FvwmPerl |
437 + I Module FvwmKbdd.pl |
434 # Add next to load desktop image (must be .xpm or .png) |
438 # Add next to load desktop image (must be .xpm or .png) |
435 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |
439 # + I Exec fvwm-root -r ~/tmp/MagicItemComp2_1280x1024.png |