[gobolinux-users] autostart xbindkeys

Viola Zoltán violazoli at gmail.com
Sun May 13 22:11:46 UTC 2007


Dear Nick, thanks the tip, but it not work with these methode! I use it with
copy-paste to my .xinitrc, but it is not good, make nothing! Sorry!

Zoli

2007/5/13, Nick Matteo <kundor at kundor.org>:
>
> On 5/13/07, Viola Zoltán <violazoli at gmail.com> wrote:
> > Dear Michael, I use XFCE, and probe more variation to autostarting the
> > xbindkeys, but not succeeded, used my local .xinitrc in my $HOME. The
> > xbindkeys should start AFTER the login, so can use the xbindkeys prog
> the
> > .xbindkeysrc file in my $HOME.
>
> Don't worry, that'll be done properly.  (The .xinitrc in your home can
> only be found after you log in, after all.)
>
> >
> > I probe the following variations to autostart this:
> >
> > [ -x /bin/startxfce4 ] && exec startxfce4
> > [ -x /bin/wmaker ] && exec wmaker
> > [ -x /bin/twm    ] && {
> >    xsetroot -solid '#203040' -cursor_name 'left_ptr'
> >
> > xbindkeys &
> >
> >    exec twm
> >
> > }
> > xmodmap -e "keycode 111 = F13"
>
> This won't work, because when xfce is started, this script stops
> executing.  ("exec" stops execution of the current script and replaces
> it with another!)
>
> Try this:
> xmodmap -e "keycode 111 = F13"
> xbindkeys &
> [ -x /bin/startxfce4 ] && exec startxfce4
> [ -x /bin/wmaker ] && exec wmaker
> [ -x /bin/twm    ] && {
>    xsetroot -solid '#203040' -cursor_name 'left_ptr'
>    exec twm
> }
>
> Nick
> _______________________________________________
> gobolinux-users mailing list
> gobolinux-users at lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-users
>



-- 
Honlapom: http://poliverzum.birodalom.net/powi
Fórumom: http://birodalom.net/forum

A #86-os sorszámú hivatalosan bejegyzett GoboLinux felhasználó
The #86 official GoboLinux-user

A GoboLinux felhasználók hivatalos magyar fóruma:
The official forum for the hungarian GoboLinux-users:
http://linux.birodalom.net/smf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gobolinux.org/pipermail/gobolinux-users/attachments/20070514/a8b3bfb0/attachment.htm 


More information about the gobolinux-users mailing list