Skip to content

Instantly share code, notes, and snippets.

@eneiasramos
Forked from zenozeng/remove-title-bar.sh
Created October 31, 2024 06:34
Show Gist options
  • Save eneiasramos/6bf5b44505c438f87d9a13d268311069 to your computer and use it in GitHub Desktop.
Save eneiasramos/6bf5b44505c438f87d9a13d268311069 to your computer and use it in GitHub Desktop.
remove title bar using xprop
xprop -id $xid -f _MOTIF_WM_HINTS 32c -set _MOTIF_WM_HINTS "0x2, 0x0, 0x0, 0x0, 0x0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment