Re: Starting something from .ratpoisonrc once X has settled in.
Rob Paisley <paisley-fBzVes0d2/ZWk0Htik3J/[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
John: There's no sleep supported in .ratpoisonrc, so either you're speaking of .xinitrc or something similar. My .ratpoisonrc seems to work correctly with xmodmap as follows: exec xsetroot -solid blue -cursor_name left_ptr exec xrdb -merge "$HOME"/.Xresources exec xmodmap "$HOME"/.xmodmap exec xset -dpms exec xset s off Hope this helps Rob jbaber-p/sUDoRFkCz2fBVCVOL8/[email protected] wrote: > Hello, all, > > There are a few things that don't run properly unless X has fully > started. e.g. I have an xmodmap script to change the Caps-Lock to Esc. > Right now, the bottom of my .ratpoisonrc says > > sleep 15; /home/me/bin/escmap > > but sometimes that works and sometimes it doesn't. Is there some real > hook I can wait for in .ratpoisonrc? > > Sincerely yours, > John B.