The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Window ignores floating_minimum_size [closed]

asked 2013-11-19 15:45:21 +0000

Felicitus gravatar image

updated 2013-11-19 15:45:55 +0000

I've configured i3 so that any sub-windows of PhpStorm are automatically set floating:

for_window [title="(?i)^((?!phpstorm).)*$" class="jetbrains-phpstorm"] floating enable
floating_minimum_size 400 x 200
floating_maximum_size 1900 x 1000

Floating works fine, however, the resulting window size is too small; the resulting window is only a few pixels wide and high. xprop for the target window shows the following output:

WM_STATE(WM_STATE):
        window state: Normal
        icon window: 0x0
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_NORMAL
_MOTIF_WM_HINTS(_MOTIF_WM_HINTS) = 0x3, 0x1, 0x1, 0x0, 0x0
_MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x0, 0x2c, 0xa, 0x0, 0x3, 0x0, 0x0, 0x0, 0x0, 0x10, 0x0, 0x0, 0x0
XdndAware(ATOM) = BITMAP
_NET_WM_STATE(ATOM) = 
WM_HINTS(WM_HINTS):
        Client accepts input or input focus: False
        Initial state is Normal State.
_NET_FRAME_EXTENTS(CARDINAL) = 0, 15621, 0, 11467
_NET_WM_ICON(CARDINAL) =    Icon (16 x 16):

     ░░░░░     ░░░░ 
     ░░░░░   ▒  ░░░ 
     ░       ▒▒░ ░░ 
     ░ ▒▒▒▒▒▒▒▒▒░ ░ 
     ░ ▒▒▒▒▒▒▒▒▒░ ░ 
     ░       ▒▒  ░░ 
     ░░░░    ░  ░░░ 
     ░░░  ▒    ░░░░ 
     ░░ ░▒▒       ░ 
     ░ ░▒▒▒▒▒▒▒▒▒ ░ 
     ░ ░▒▒▒▒▒▒▒▒▒ ░ 
     ░░  ▒▒       ░ 
     ░░░  ░   ░░░░░ 
     ░░░░     ░░░░░ 



_NET_WM_PID(CARDINAL) = 7654
WM_CLIENT_MACHINE(STRING) = "feli-desktop"
WM_PROTOCOLS(ATOM): protocols  WM_DELETE_WINDOW, WM_TAKE_FOCUS
WM_CLASS(STRING) = "sun-awt-X11-XFramePeer", "jetbrains-phpstorm"
WM_CLIENT_LEADER(WINDOW): window id # 0x3000008
_NET_WM_ICON_NAME(UTF8_STRING) = "/home/felicitus/public_html/stoffundliebe/application/views/zoxidElegance/tpl/page/account/noticelist.tpl"
WM_ICON_NAME(STRING) = "/home/felicitus/public_html/stoffundliebe/application/views/zoxidElegance/tpl/page/account/noticelist.tpl"
_NET_WM_NAME(UTF8_STRING) = "/home/felicitus/public_html/stoffundliebe/application/views/zoxidElegance/tpl/page/account/noticelist.tpl"
WM_NAME(STRING) = "/home/felicitus/public_html/stoffundliebe/application/views/zoxidElegance/tpl/page/account/noticelist.tpl"
WM_NORMAL_HINTS(WM_SIZE_HINTS):
        user specified location: 2484, 245
        program specified location: 2484, 245
        program specified size: 6 by 12
        window gravity: NorthWest

When I try to resize the window, it immediately jumps to the configured floatingminimumsize.

I'm not sure if this is an issue of i3, a configuration issue, or an issue with PhpStorm itself. Any hints?

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by Michael
close date 2013-11-26 21:30:17.543625

Comments

What version of Java are you using?

Adaephon gravatar imageAdaephon ( 2013-11-21 16:18:00 +0000 )edit

Please post bugs at http://bugs.i3wm.org/ only, not in the FAQ.

Michael gravatar imageMichael ( 2013-11-26 21:30:12 +0000 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2013-11-24 05:49:24 +0000

TonyC gravatar image

This bug has been fixed in the next version.

code.stapelberg.de/git/i3/commit/?h=next&id=05e46848f07460f18574d51eba0b182b177ab2d2

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-11-19 15:45:21 +0000

Seen: 276 times

Last updated: Nov 24 '13