for_window minimum size
Hi,
I would like to specify floating_minimum_size
for a specific class only.
I would like all windows to have no minimum size with the exception of a single class.
I tried
for_window [class="urxvt"] floating_minimum_size 700 x 250
for_window [class="urxvt"] floating_maximum_size -1 x -1
However this does not work.
There's no way to do this with i3 at the moment. Your only chance would be to write an IPC script.