Window ignores floating_minimum_size [closed]
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?
What version of Java are you using?
Please post bugs at http://bugs.i3wm.org/ only, not in the FAQ.