Re: [i3] Mouse capture problem i3 and OBS

2015-10-01 Thread Michael Stapelberg
Have you tried reproducing this problem with any other window manager that
offers a tabbed mode?

On Thu, Oct 1, 2015 at 12:36 PM, Zenny  wrote:

> Hi,
>
> Having problem with redundant mouse capture in OBS running with i3-wm.
>
> When the mouse is moved to change some recording settings in the OBS
> interface at the bottom or in the canvas, the mouse movement for those
> modifications gets displayed in the canvas and gets recorded in the
> final input, even when there is no source of screen capture of the
> machine in which OBS is running.
>
> This problem is only when in the tabbed mode, but not in the tiling
> mode of i3-wm. By changing the tabbed mode ($MOD+w) to tiling mode
> ($MOD+e), the mouse movements for OBS settings modifications
> disappears and that is what actually desired.
>
> Posted a bug report to OBS guys:
> https://obsproject.com/mantis/view.php?id=340 and posting here if that
> has to anything with i3-wm?
>
> Thanks!
>
> /z
>



-- 
Best regards,
Michael


Re: [i3] managing wifi with i3

2015-10-01 Thread Valentin Rusu
I use wicd instead of NetworkManager and I'm very happy with it. It
would connect as soon as I login in text mode, so by the time I3 is up,
the connection is already there.

* Jeff Abrahamson  [2015-10-01 10:41:53 +0200]:

> I have the following in my ~/.xsessionrc, and it works correctly:
> 
> if [ "X$DESKTOP_SESSION" = Xi3 ]; then
> nm-applet &
> # and other stuff
> fi
> 
> Jeff Abrahamson
> +33 6 24 40 01 57
> +44 7920 594 255<-- only when I'm in the UK
> 
> *http://www.ml-week.com/fr/* * 2-5 novembre
> 2015*
> 
> http://jeff.purple.com/
> http://blog.purple.com/jeff/
> 
> On 1 October 2015 at 10:36, Ingo Bürk  wrote:
> 
> > The window manager is neither responsible nor involved in network
> > management at all, so I'm afraid you're looking in the wrong direction
> > here.
> >
> > On 10/01/2015 10:34 AM, Robert Grah wrote:
> > >
> > > Hey there,
> > >
> > >
> > >
> > > I am having some problems getting wifi to work in i3. I tried to add
> > >
> > >
> > >
> > > exec--no-startup-id nm-applet
> > > to my config and this braught me the icon, but it can not find any wifi
> > networks.
> > >
> > > It seems that there are some problems with the session or similar. I
> > also tried wicd or gnome-network-manager all without results.
> > >
> > >
> > >
> > > I am using Ubuntu 15.04 and i3 4.10.4.
> > >
> > >
> > >
> > > Any ideas?
> > >
> > >
> > >
> > >
> >
> >

-- 
Valentin Rusu
IRC: valir


Re: [i3] managing wifi with i3

2015-10-01 Thread Jeff Bauer
I use wicd with i3, but it always fails when I attempt to connect to a network
that requires authentication (virtually all of them, these days).  There's some
error in the Python code that I have tracked down yet, so I log into new
networks with nm-applet the first time, then with wicd thereafter.

-Jeff


On Thu, Oct 01, 2015 at 10:13:49PM +0300, Valentin Rusu wrote:
> I use wicd instead of NetworkManager and I'm very happy with it. It
> would connect as soon as I login in text mode, so by the time I3 is up,
> the connection is already there.
>
> * Jeff Abrahamson  [2015-10-01 10:41:53 +0200]:
>
> > I have the following in my ~/.xsessionrc, and it works correctly:
> >
> > if [ "X$DESKTOP_SESSION" = Xi3 ]; then
> > nm-applet &
> > # and other stuff
> > fi
> >
> > Jeff Abrahamson
> > +33 6 24 40 01 57
> > +44 7920 594 255<-- only when I'm in the UK
> >
> > *http://www.ml-week.com/fr/* * 2-5 novembre
> > 2015*
> >
> > http://jeff.purple.com/
> > http://blog.purple.com/jeff/
> >
> > On 1 October 2015 at 10:36, Ingo Bürk  wrote:
> >
> > > The window manager is neither responsible nor involved in network
> > > management at all, so I'm afraid you're looking in the wrong direction
> > > here.
> > >
> > > On 10/01/2015 10:34 AM, Robert Grah wrote:
> > > >
> > > > Hey there,
> > > >
> > > >
> > > >
> > > > I am having some problems getting wifi to work in i3. I tried to add
> > > >
> > > >
> > > >
> > > > exec--no-startup-id nm-applet
> > > > to my config and this braught me the icon, but it can not find any wifi
> > > networks.
> > > >
> > > > It seems that there are some problems with the session or similar. I
> > > also tried wicd or gnome-network-manager all without results.
> > > >
> > > >
> > > >
> > > > I am using Ubuntu 15.04 and i3 4.10.4.
> > > >
> > > >
> > > >
> > > > Any ideas?
> > > >
> > > >
> > > >
> > > >
> > >
> > >
>
> --
> Valentin Rusu
> IRC: valir


Re: [i3] managing wifi with i3

2015-10-01 Thread Ingo Bürk
The window manager is neither responsible nor involved in network
management at all, so I'm afraid you're looking in the wrong direction here.

On 10/01/2015 10:34 AM, Robert Grah wrote:
>
> Hey there,
>
>
>
> I am having some problems getting wifi to work in i3. I tried to add
>
>
>
> exec--no-startup-id nm-applet
> to my config and this braught me the icon, but it can not find any wifi 
> networks.
>
> It seems that there are some problems with the session or similar. I also 
> tried wicd or gnome-network-manager all without results. 
>
>
>
> I am using Ubuntu 15.04 and i3 4.10.4.
>
>
>
> Any ideas?
>
>
>
>



Re: [i3] managing wifi with i3

2015-10-01 Thread Jeff Abrahamson
I have the following in my ~/.xsessionrc, and it works correctly:

if [ "X$DESKTOP_SESSION" = Xi3 ]; then
nm-applet &
# and other stuff
fi

Jeff Abrahamson
+33 6 24 40 01 57
+44 7920 594 255<-- only when I'm in the UK

*http://www.ml-week.com/fr/* * 2-5 novembre
2015*

http://jeff.purple.com/
http://blog.purple.com/jeff/

On 1 October 2015 at 10:36, Ingo Bürk  wrote:

> The window manager is neither responsible nor involved in network
> management at all, so I'm afraid you're looking in the wrong direction
> here.
>
> On 10/01/2015 10:34 AM, Robert Grah wrote:
> >
> > Hey there,
> >
> >
> >
> > I am having some problems getting wifi to work in i3. I tried to add
> >
> >
> >
> > exec--no-startup-id nm-applet
> > to my config and this braught me the icon, but it can not find any wifi
> networks.
> >
> > It seems that there are some problems with the session or similar. I
> also tried wicd or gnome-network-manager all without results.
> >
> >
> >
> > I am using Ubuntu 15.04 and i3 4.10.4.
> >
> >
> >
> > Any ideas?
> >
> >
> >
> >
>
>