Re: [arch-general] browser and tty

2014-03-25 Thread Jakub Klinkovský
On 25.03.14 at 23:35, arnaud gaboury wrote: > > > > As for firefox, these two lines starts firefox, BUT in workspace 2, as > > indicated in the i3 bar. > > > > exec firefox-aurora > > assign [instance="^firefox-aurora$"] 1 > > exec --no-startup-id i3-msg 'workspace 1; exec firefox-aurora' did the

Re: [arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
> > As for firefox, these two lines starts firefox, BUT in workspace 2, as > indicated in the i3 bar. > > exec firefox-aurora > assign [instance="^firefox-aurora$"] 1 exec --no-startup-id i3-msg 'workspace 1; exec firefox-aurora' did the trick

Re: [arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
On Tue, Mar 25, 2014 at 9:53 PM, Lieven Moors wrote: > On Tue, Mar 25, 2014 at 07:36:01PM +0100, arnaud gaboury wrote: >> > >> > See the other post, and please keep try to keep the problem solving linear >> > (as >> > in "linear graph"), don't switch branches if possible. >> >> Mutt and weechat a

Re: [arch-general] browser and tty

2014-03-25 Thread Lieven Moors
On Tue, Mar 25, 2014 at 07:36:01PM +0100, arnaud gaboury wrote: > > > > See the other post, and please keep try to keep the problem solving linear > > (as > > in "linear graph"), don't switch branches if possible. > > Mutt and weechat are on my TODO list This is hilarious...

Re: [arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
> > See the other post, and please keep try to keep the problem solving linear (as > in "linear graph"), don't switch branches if possible. Mutt and weechat are on my TODO list

Re: [arch-general] browser and tty

2014-03-25 Thread Mark Lee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/25/2014 02:29 PM, arnaud gaboury wrote: > On Tue, Mar 25, 2014 at 7:20 PM, Mark Lee wrote: >> -BEGIN PGP SIGNED MESSAGE- > >> I just tested out i3 myself, and if you launch it with startx (from >> xorg-xinit), I don't have any issues

Re: [arch-general] browser and tty

2014-03-25 Thread Jakub Klinkovský
On 25.03.14 at 19:17, arnaud gaboury wrote: > On Tue, Mar 25, 2014 at 7:09 PM, Jakub Klinkovský wrote: > > On 25.03.14 at 18:56, arnaud gaboury wrote: > >> > > >> > i3 workspace is *not* tty! See > >> > http://i3wm.org/docs/userguide.html#_using_workspaces > >> > >> No ?? really? Are you joking ?

Re: [arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
> > The 'assign' directive will not start Chromium, you would need to combine it > with 'exec'. Or have I misunderstood again? That is OK now with adding the exec line >> Furthermore, my keyboard is US, not the one I use. >> Part of my /etc/X11/xorg.conf >> >> Section "InputDevice" >> Identi

Re: [arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
On Tue, Mar 25, 2014 at 7:20 PM, Mark Lee wrote: > -BEGIN PGP SIGNED MESSAGE- > I just tested out i3 myself, and if you launch it with startx (from > xorg-xinit), I don't have any issues launching chromium in the same TTY. > > See

Re: [arch-general] browser and tty

2014-03-25 Thread Jakub Klinkovský
On 25.03.14 at 19:02, arnaud gaboury wrote: > >>> > >>> According to the Arch Wiki : > >>> ; > >>> that seems to be the correct behavior. > >>> > >>> You are assigning chromium to be launched on tty1. > > No, I am a

Re: [arch-general] browser and tty

2014-03-25 Thread Mark Lee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/25/2014 02:17 PM, arnaud gaboury wrote: > On Tue, Mar 25, 2014 at 7:09 PM, Jakub Klinkovský wrote: >> On 25.03.14 at 18:56, arnaud gaboury wrote: i3 workspace is *not* tty! See http://i3wm.org/docs/userguide.html#_using_workspa

Re: [arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
On Tue, Mar 25, 2014 at 7:09 PM, Jakub Klinkovský wrote: > On 25.03.14 at 18:56, arnaud gaboury wrote: >> > >> > i3 workspace is *not* tty! See >> > http://i3wm.org/docs/userguide.html#_using_workspaces >> >> No ?? really? Are you joking ? > > I'm certain. i3 workspaces are an implementation of "

Re: [arch-general] browser and tty

2014-03-25 Thread Jakub Klinkovský
On 25.03.14 at 18:56, arnaud gaboury wrote: > > > > i3 workspace is *not* tty! See > > http://i3wm.org/docs/userguide.html#_using_workspaces > > No ?? really? Are you joking ? I'm certain. i3 workspaces are an implementation of "virtual desktop" [1], as Wikipedia calls it. I'm quite sure that MA

Re: [arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
>>> >>> According to the Arch Wiki : >>> ; >>> that seems to be the correct behavior. >>> >>> You are assigning chromium to be launched on tty1. No, I am assigning chromium to be launched on WORKSPACE 1 !! > I apol

Re: [arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
> > i3 workspace is *not* tty! See > http://i3wm.org/docs/userguide.html#_using_workspaces No ?? really? Are you joking ?

Re: [arch-general] browser and tty

2014-03-25 Thread Karol Blazewicz
On Tue, Mar 25, 2014 at 6:39 PM, Jakub Klinkovský wrote: > On 25.03.14 at 18:18, arnaud gaboury wrote: >> Dear list, >> >> I decided to get rid of my mate DE and go i3. Before I am testing my >> settings on tty2 (Ctrl+Alt+F2) with a modify .xinitrc (exec i3). >> >> I have a weird behavior as regar

Re: [arch-general] browser and tty

2014-03-25 Thread Jakub Klinkovský
On 25.03.14 at 18:18, arnaud gaboury wrote: > Dear list, > > I decided to get rid of my mate DE and go i3. Before I am testing my > settings on tty2 (Ctrl+Alt+F2) with a modify .xinitrc (exec i3). > > I have a weird behavior as regarding my web browser, could it be > chromium or firefox. > > On

Re: [arch-general] browser and tty

2014-03-25 Thread Mark Lee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/25/2014 01:32 PM, Jakub Klinkovský wrote: > On 25.03.14 at 13:26, Mark Lee wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> On 03/25/2014 01:23 PM, Jason Plum wrote: >>> Verify there is no running instance of Chromium in any o

Re: [arch-general] browser and tty

2014-03-25 Thread Jakub Klinkovský
On 25.03.14 at 13:26, Mark Lee wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 03/25/2014 01:23 PM, Jason Plum wrote: > > Verify there is no running instance of Chromium in any other session, as it > > spawns children withing its original session. I have seen this happen with > >

Re: [arch-general] browser and tty

2014-03-25 Thread Mark Lee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/25/2014 01:23 PM, Jason Plum wrote: > Verify there is no running instance of Chromium in any other session, as it > spawns children withing its original session. I have seen this happen with > X2go as well. > > Jason Plum > WarheadsSE > > >

Re: [arch-general] browser and tty

2014-03-25 Thread Jason Plum
Verify there is no running instance of Chromium in any other session, as it spawns children withing its original session. I have seen this happen with X2go as well. Jason Plum WarheadsSE On Tue, Mar 25, 2014 at 1:18 PM, arnaud gaboury wrote: > Dear list, > > I decided to get rid of my mate DE a

[arch-general] browser and tty

2014-03-25 Thread arnaud gaboury
Dear list, I decided to get rid of my mate DE and go i3. Before I am testing my settings on tty2 (Ctrl+Alt+F2) with a modify .xinitrc (exec i3). I have a weird behavior as regarding my web browser, could it be chromium or firefox. On my i3 config. I have this line: assign [instance="^chromium$"