*/

2016-05-04

Going borderless on i3wm

Well, I used i3 borderless before. But now I also ditched the window title. I really don't need it. I recognize what's running inside, so I save space on the screen.


Here we go.
You just have to add this to your i3 config, usually ~/.config/i3/config

# Hide the side window borders & Window title with new_window 1pixel hide_edge_borders both
new_window 1pixel

That's it. Nothing too exciting, but it saves some pixel in vertical. 16:9 screens will appreciate it ;).