change in border conf not updating [closed]
Suppose you disable border for a window in the config file (For ex: for_window [class="URxvt"] border none ) and comment that part out and restart i3, The border of urxvt doesnt re-appear. Is it a bug or is it by design? Any workaround this?
This is by design. If you want it to reappear, just execute i3-msg "[class=URxvt] border normal" once.
Thanks. Works for me :)