Skip to content

Instantly share code, notes, and snippets.

@lirenlin
Last active April 21, 2024 17:27
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..

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