Disable all Bars I3

So, most of the applications don’t have a bar. But for example, I go to preferences in VLC. It has a bar which says ‘Simple Preferences’
How can I disable this?

Already thanks!

for_window [class="^.*"] border pixel 1

Try adding this to ~/.config/i3/config

Edit

This doesn’t remove title bar when you have multiple windows in tab or stack layout.

1 Like

like this ?

vlc_i3_1920x1080_scrot

1 Like

I suppose they want like this :slight_smile:

1 Like
# default window borders
default_border none
default_floating_border 1pixel

# Hides vertical and horizontal borders when there's only one window.
hide_edge_borders both

i have here.

2021-10-07_17-50

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.