On Mon, Jul 8, 2013 at 12:59 PM, Michael Stapelberg <[email protected]>wrote:
> Hi Qun-Ying, > > Qun-Ying <[email protected]> writes: > > new-float border is normal. But then if I change an existing tiling > window > > to float, it will be border-less. > Instead of using > > bindsym $mod+x floating enable > > Use: > > bindsym $mod+x floating enable; border normal > > Thanks, but this binding will keep the border when toggle back to tiling, unless I create another binding to make it borderless, like "bindsym $mod+y floating disable; border none ". It is a little bit cumbersome as it needs two key bindings. Anyway, it solves my current problem. It would be better if the floating toggle command could have the same effect. -- Qun-Ying
