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
@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