Skip to content

Instantly share code, notes, and snippets.

@lirenlin
Last active February 15, 2025 11:30
Show Gist options
  • Save lirenlin/9892945 to your computer and use it in GitHub Desktop.
Save lirenlin/9892945 to your computer and use it in GitHub Desktop.
i3 wm, hide window title bar
@thoughtsunificator
Copy link

thoughtsunificator commented Feb 20, 2024

Thanks @qordaz

In case some of you might want to remove the title bar entirely :

int render_deco_height(void) {
     return 0;
}

That's what I did, not sure if that's how it supposed to be done..

@deletec00kiesb4leaving
Copy link

Thanks @Antiz96 <3
This last command worked perfectly :)

#Hide window title bar
default_border pixel 1
default_floating_border pixel 1
for_window [class="^.*"] border pixel 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment