change in border conf not updating [closed]

asked 2015-07-30 08:49:34 +0000

Adarsh gravatar image

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?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Adarsh
close date 2015-07-30 12:05:39.566203

Comments

This is by design. If you want it to reappear, just execute i3-msg "[class=URxvt] border normal" once.

Airblader gravatar imageAirblader ( 2015-07-30 09:56:27 +0000 )edit

Thanks. Works for me :)

Adarsh gravatar imageAdarsh ( 2015-07-30 12:05:21 +0000 )edit