https://github.com/jsnjack/xnotitle
hides title bar for every window that matches specific pattern
https://github.com/jsnjack/xnotitle
gnome hides-title
Last synced: 10 months ago
JSON representation
hides title bar for every window that matches specific pattern
- Host: GitHub
- URL: https://github.com/jsnjack/xnotitle
- Owner: jsnjack
- Created: 2017-09-26T21:46:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T21:15:33.000Z (over 8 years ago)
- Last Synced: 2025-04-05T08:43:42.484Z (over 1 year ago)
- Topics: gnome, hides-title
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
xnotitle
====
### What is it?
xnotitle hides title bar for every maximized window that matches specific pattern. It was developed as a replacement for [HTitle](https://addons.mozilla.org/en-US/firefox/addon/htitle/) Firefox addon as it is no longer works since Firefox 57
### How to use?
#### Dependencies
xnotitle works in Gnome 3 and has the following dependency:
```bash
sudo dnf install wmctrl
```
Start `xnotitle` to monitor and hide title bar of the windows.
```
Usage of ./xnotitle:
-debug
Display debug information
-name string
Hide title bar for windows which title contains (default "Mozilla Firefox")
-period int
Check for new windows every ms (default 1000)
```
#### Automatically start `xnotitle`
Create a file `~/.config/autostart/xnotitle.desktop` with the following content (example):
```
[Desktop Entry]
Type=Application
Name=xnotitle
Comment=xnotitle hides title bar of the specified windows
Exec=/home/jsn/go/src/github.com/jsnjack/xnotitle/xnotitle
Terminal=false
```
#### Close Firefox window
As `xnotitle` hides the title bar and all window controls it is no longer comfortable to close the window. You can add close window button to the toolbar with this extension [Close Window Button](https://addons.mozilla.org/en-US/firefox/addon/close-window-button/)