Hi All,
I tryed to use the xystray with fvwm. If I put the line
$FVWMCOMMAND '*ZaurusTaskbar: (4x1, Swallow (Respawn) Xystray `Exec exec xystray -iconrows 1 -iconcols 2 -iconsize 32`)
in my .fvwn2rc-file I can start the mb-applets from the shell and they are visible in the xystray-area, but the clock in not visble in the taskbar anymore. Any idea how to fix it?
Imagine the taskbar as a table, consisting 1x40 cells. You added 4 cell (the xystray), so you have to remove 4 cells from something (usually the iconman). So:
$FVWMCOMMAND "*ZaurusTaskbar: (29x1, Swallow FvwmIconMan \`FvwmIconMan\`)"
change it to this:
$FVWMCOMMAND "*ZaurusTaskbar: (25x1, Swallow FvwmIconMan \`FvwmIconMan\`)"
... and the clock becomes visible.
Which scripts do I have to edit to start the mb-applets?
/usr/bin/fvwm-landscape.sh does not seem to be the right place for it. If I put mb-applet-cards in this script and restart FVWM the taskbar disappears.
The best place is your .xinitrc file. If you have fvwm-pdaxrom installed, then ~/.xinitrc is a symlink to /usr/share/fvwm-pdaxrom/xinitrc. So delete it, copy it, edit so it starts the needed program.
rm ~/.xinitrc
cp /usr/share/fvwm-pdaxrom/xinitrc ~/.xinitrc
mcedit ~/.xinitrc
*** add this line to it to the end, but *before* the fvwm command:
mb-applet-cards &
I hope this is working with xystray, I don't use it now, so I can't test it.
Is it possible to implement the following features with the FVWM?
We don't have to much place on the Z-screen. It would be very usefull to have the possibility to hide/show the taskbar with the mouse (like icewm) or even better with a shortkey. So we can have almost windows maximized and easy switch to the taskbar if we need it.
I really haven't tought about this so far, I like to see my taskbar always, but it's possible to make such thing with Fvwm.
I found this in the Fvwm FAQ:
7.17 Autohiding FvwmButtons or other windows
Lemme know if you made something integrateable from it!
Iconify All shortcut is not working for me. The menu-key is mapped to XF86LaunchC (tested it with xev). I edited the .fvwm2rc (changed XF86LaunchD to XF86LaunchC) to map Mail+C to Iconify All, but no success.
The default Calendar+Home (that's Control+XF86LaunchD in fact) works for me. Mail (or XF86LanuchC) is not a modifier key, so you can't set something like Mail+C. That would be like Q+Enter. Doesn't make sense.
Any suggestions are very apprecated
Best regards
Cmpayc
[div align=\"right\"][a href=\"index.php?act=findpost&pid=111054\"][{POST_SNAPBACK}][/a][/div]
I hope I helped!
Zumi