I just applied patch 679a5de8cfb9211afb1a1dd882e53bd672084754. Unfortunately I 
still see the very same behavior.

I also changed the following line (as suggested by one of the other i3 users)
>     "fullscreen_mode": 1,
To 
>     "fullscreen_mode": 0,

This too did not fix the problem.

Please let me know if you would like me to try something else. 

Thanks.


I3_VERSION := '$(shell [ -f $(TOPDIR)/I3_VERSION ] && cat $(TOPDIR)/I3_VERSION)'
VERSION := '$(shell [ -f $(TOPDIR)/VERSION ] && cat $(TOPDIR)/VERSION)'
ifeq ('',$(I3_VERSION))
VERSION := $(shell git describe --tags --abbrev=0)
I3_VERSION := '$(shell git describe --tags --always) ($(shell git log --pretty=f
ormat:%cd --date=short -n1), branch \"$(shell git describe --tags --always --all
 | sed s:heads/::)\")'
Endif

I think I can just change the VERSION set after ifeq to something

-----Original Message-----
From: i3-discuss [mailto:i3-discuss-boun...@i3.zekjur.net] On Behalf Of 
i3-discuss-requ...@i3.zekjur.net
Sent: Friday, November 07, 2014 6:02 AM
To: i3-discuss@i3.zekjur.net
Subject: i3-discuss Digest, Vol 55, Issue 2

Send i3-discuss mailing list submissions to
        i3-discuss@i3.zekjur.net

To subscribe or unsubscribe via the World Wide Web, visit
        http://infra.in.zekjur.net/cgi-bin/mailman/listinfo/i3-discuss
or, via email, send a message with subject or body 'help' to
        i3-discuss-requ...@i3.zekjur.net

You can reach the person managing the list at
        i3-discuss-ow...@i3.zekjur.net

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of i3-discuss digest..."


Today's Topics:

   1. Re: i3 4.8 layout file hides my status bar and floating
      windows (Michael Stapelberg)


----------------------------------------------------------------------

Message: 1
Date: Fri, 7 Nov 2014 09:48:06 +0100
From: Michael Stapelberg <mich...@stapelberg.ch>
To: "Discussions/Questions about the i3 window manager"
        <i3-discuss@i3.zekjur.net>
Subject: Re: [i3] i3 4.8 layout file hides my status bar and floating
        windows
Message-ID:
        <cannvg6mjigmg8er1qaxdmv_1n1tpi7+p4-by8-xqkgug35k...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

You’re saying you’re running v4.8. I think the problem you are seeing is fixed 
with commit 679a5de8cfb9211afb1a1dd882e53bd672084754, so please upgrade to the 
“next” git branch and retry. Check the output
“i3 --moreversion”, it should display “Running i3 version:
4.8-115-g0125530 (2014-11-06, branch "next")”

On Wed, Nov 5, 2014 at 2:18 PM, Sargrad, Dave <dave.sarg...@saabsensis.com> 
wrote:
> I am using i3 4.8 with the layout file at the bottom of this e-mail.
>
> When I append this, everything works ok (my windows layout as I expect them 
> too, and applications get swallowed correctly) except I hide my status bar 
> (the roughly 20 pixel high status bar that includes a set of buttons that 
> allows me to select workspaces to focus). The status bar still exists, but it 
> seems to be hidden by the appended layout. The other problem is that when I 
> toggle a tiled window to a floating window it also gets hidden rather than 
> floating properly (within this appended workspace).
>
> Two other notes of interest, when I close all the windows in this appended 
> layout i3 seems to hang for a bit (as evidenced by the hourglass cursor) 
> before it finally returns to normal operation. Additionally despite the fact 
> that other workspaces are not directly accessible (since I can't get to the 
> workspace selector in the statusbar), I am able to send them a focus message 
> and they do focus properly. I am also able to send the appended workspace 
> (the one that has this "hiding problem") a focus message and have it come 
> back into focus.
>
> How can I tweak this layout so that I don’t hide my statusbar and floating 
> windows?
>
> {
>     "border": "normal",
>     "floating": "auto_off",
>     "fullscreen_mode": 1,
>     "layout": "splith",
>     "nodes": [
>         {
>             "border": "normal",
>             "floating": "user_off",
>             "geometry": {
>                 "height": 316,
>                 "width": 499,
>                 "x": 0,
>                 "y": 0
>             },
>             "layout": "splith",
>             "name": "user1@company-90076-2:~/work/cwpmash",
>             "percent": 0.5,
>             "swallows": [
>                 {
>                     "class": "^XTerm$"
>                 }
>             ],
>             "type": "con"
>         },
>         {
>             "border": "normal",
>             "floating": "auto_off",
>             "layout": "splitv",
>             "nodes": [
>                 {
>                     "border": "normal",
>                     "floating": "auto_off",
>                     "layout": "splith",
>                     "nodes": [
>                         {
>                             "border": "normal",
>                             "floating": "auto_off",
>                             "geometry": {
>                                 "height": 316,
>                                 "width": 499,
>                                 "x": 0,
>                                 "y": 0
>                             },
>                             "layout": "splith",
>                             "name": "user1@company-90076-2:~",
>                             "percent": 0.40875593123030751,
>                             "swallows": [
>                                 {
>                                     "class": "^XTerm$"
>                                 }
>                             ],
>                             "type": "con"
>                         },
>                         {
>                             "border": "normal",
>                             "floating": "auto_off",
>                             "geometry": {
>                                 "height": 316,
>                                 "width": 499,
>                                 "x": 0,
>                                 "y": 0
>                             },
>                             "layout": "splith",
>                             "name": "user1@company-90076-2:~/work/cwpmash",
>                             "percent": 0.25791073543635906,
>                             "swallows": [
>                                 {
>                                     "class": "^XTerm$"
>                                 }
>                             ],
>                             "type": "con"
>                         },
>                         {
>                             "border": "normal",
>                             "floating": "auto_off",
>                             "geometry": {
>                                 "height": 316,
>                                 "width": 499,
>                                 "x": 0,
>                                 "y": 0
>                             },
>                             "layout": "splith",
>                             "name": "user1@company-90076-2:/home/user1",
>                             "percent": 0.33333333333333343,
>                             "swallows": [
>                                 {
>                                     "class": "^XTerm$"
>                                 }
>                             ],
>                             "type": "con"
>                         }
>                     ],
>                     "percent": 0.2966101694915253,
>                     "type": "con"
>                 },
>                 {
>                     "border": "normal",
>                     "floating": "user_off",
>                     "geometry": {
>                         "height": 993,
>                         "width": 1337,
>                         "x": 0,
>                         "y": 0
>                     },
>                     "layout": "splith",
>                     "name": "mashup - Mozilla Firefox",
>                     "percent": 0.70338983050847459,
>                     "swallows": [
>                         {
>                             "class": "^Firefox$"
>                         }
>                     ],
>                     "type": "con"
>                 }
>             ],
>             "percent": 0.5,
>             "type": "con"
>         }
>     ],
>     "percent": null,
>     "type": "workspace"
> }
>
> -
> This message is intended only for the addressee and may contain information 
> that is company confidential or privileged.  Any technical data in this 
> message may be exported only in accordance with the U.S. International 
> Traffic in Arms Regulations (22 CFR Parts 120-130) or the Export 
> Administration Regulations (15 CFR Parts 730-774). Unauthorized use is 
> strictly prohibited and may be unlawful. If you are not the intended 
> recipient, or the person responsible for delivering to the intended 
> recipient, you should not read, copy, disclose or otherwise use this message. 
> If you have received this email in error, please delete it, and advise the 
> sender immediately.
> -



--
Best regards,
Michael


------------------------------

Subject: Digest Footer

_______________________________________________
i3-discuss mailing list
i3-discuss@i3.zekjur.net
http://infra.in.zekjur.net/cgi-bin/mailman/listinfo/i3-discuss


------------------------------

End of i3-discuss Digest, Vol 55, Issue 2
*****************************************
-
This message is intended only for the addressee and may contain information 
that is company confidential or privileged.  Any technical data in this message 
may be exported only in accordance with the U.S. International Traffic in Arms 
Regulations (22 CFR Parts 120-130) or the Export Administration Regulations (15 
CFR Parts 730-774). Unauthorized use is strictly prohibited and may be 
unlawful. If you are not the intended recipient, or the person responsible for 
delivering to the intended recipient, you should not read, copy, disclose or 
otherwise use this message. If you have received this email in error, please 
delete it, and advise the sender immediately. 
-          

Reply via email to