
13 Apr
2007
13 Apr
'07
7:09 a.m.
v.dijk.bas:
Hello,
Is it possible to dynamically reload the Config?
In a previous thread dons mentioned mod-ctrl-shift-q which calls 'restart' which exec()s itself. However when I do that xmonad closes and I'm back at my xdm prompt.
Hmm. You should you didn't 'quit' instead of 'restart'? mod-shift-q == quit, back to xdm mod-shift-q-ctrl == restart, fork the xmonad binary again. If the latter doesn't work, its a bug report you need to write :-)
Maybe that has to do with my ~/.xsession:
#!/bin/bash xsetroot -gray & Esetroot ~/pictures/lastlight1280.jpg & firefox http://mail.google.com/mail & /home/bas/bin/xmonad
The last line should be: exec /home/bas/bin/xmonad I think. -- Don