Re: Thinking of switching to FVWM3
Reply #13 –
You'll probably get some errors. Mainly missing icons for the title bar. I also had to do a little script to delay starting one applet, because there's enough variance in when the three "tray" apps instantiate that I wasn't getting consistent placement in stalonetray.
$ cat bin/delay_vol_icon
#!/bin/bash
sleep 4
exec /usr/bin/mate-volume-control-status-icon
And
$ cat .stalonetrayrc
decorations none
kludges force_icons_size
icon_size 24
no_shrink true
background "#C4A000"
skip_taskbar true
#withdrawn true
dockapp_mode simple
icon_gravity SE
grow_gravity NW
geometry 3x3
tint_color black
tint_level 2
decorations border
"dmenu" is provided by the suckless-tools package, you could substitute rofi.
gmpc is not available in Arch.