
22 Sep
2008
22 Sep
'08
6:20 a.m.
On Sun, Sep 21, 2008 at 10:52 PM, Arnaud Bailly
- I do not have extra workspaces: mod + 1 ..9 does not work
What config are you using? That's where magic like that is bound.
- I do not have power management: just need suspend when lid is shutdown. I tried launching gnome-power-manager with gnome-settings-daemon but this does not work, reporting failure to connect to dbus
xmonad's parent process needs to be a part of a dbus. In your .xinitrc or .xsession or wherever, use "dbus-launch xmonad". Then all the processes that are children of xmonad (or whatever you execute with dbus-launch) will be able to communicate via that session bus. -- Fred