Re: [i3] Python save/append layout - toolbar auto-hide bug

2014-09-22 Thread Michael Stapelberg
If you can reproduce this, file a bugreport with the layout file you’re using at http://bugs.i3wm.org/ i3bar is placed in a dock container, perhaps in your situation the container type is not properly set up… On Mon, Sep 22, 2014 at 5:44 AM, Sargrad, Dave wrote: > I have written my own python sc

Re: [i3] How to move workspace by name to a given named output

2014-09-22 Thread Michael Stapelberg
On Mon, Sep 22, 2014 at 8:49 AM, Sargrad, Dave wrote: > I've also tried this: > > i3-msg workspace 5 output DVI-I-3 > > The following section of the users guide says that should work. However this > just creates a new workspace with the name "5 output DVI-I-3" > > 4.13. Automatically starting app

Re: [i3] How to move workspace by name to a given named output

2014-09-22 Thread Joep van Delft
On Mon, 22 Sep 2014 12:37:20 + "Sargrad, Dave" wrote: > i3-msg "move workspace 6 to output DVI-I-3" > (...) > U.S. International Traffic in Arms Regulations Maybe inquire the ballistics department? Kind regards, Joep

Re: [i3] Re-tiling a bunch of windows?

2014-09-22 Thread Sean Reifschneider
On 09/17/14 11:18, Kareem wrote: > So I guess you've heard about layout saving and restoring? I just got my system updated to the latest i3, and rebooted to get this and other updates active. It works quite well for this need, thanks! Sean

Re: [i3] How to move workspace by name to a given named output

2014-09-22 Thread Sargrad, Dave
I've also tried this: i3-msg workspace 5 output DVI-I-3 The following section of the users guide says that should work. However this just creates a new workspace with the name "5 output DVI-I-3" 4.13. Automatically starting applications on i3 startup http://i3wm.org/docs/userguide.html DISPLA

Re: [i3] How to move workspace by name to a given named output

2014-09-22 Thread Bigby James
On 09/22, Sargrad, Dave wrote: > i3-msg "move workspace 6 to output DVI-I-3" > > I am trying to move a named workspace to a named output. The command above > does not seem to work. Rather it moves the current window to a new workspace > with the name "6 to output DVI-I-3" > > How can I achieve

[i3] Python save/append layout - toolbar auto-hide bug

2014-09-22 Thread Sargrad, Dave
I have written my own python script to append a workspace layout to a workspace. As part of this it also creates the workspace on the fly. The script will automatically append a layout to a named workspace and launch applications that will get "swallowed" by that workspace upon launch. It works

[i3] How to move workspace by name to a given named output

2014-09-22 Thread Sargrad, Dave
i3-msg "move workspace 6 to output DVI-I-3" I am trying to move a named workspace to a named output. The command above does not seem to work. Rather it moves the current window to a new workspace with the name "6 to output DVI-I-3" How can I achieve this? - This message is intended only for th