gtktitlebar
gtktitlebar copied to clipboard
Suggestion: Window control buttons (close/restore/minimize) at the top panel
Pixel Saver, no-title-bar, and Unite all have this feature.
Workaround
- Enable no-title-bar alongside GTK Title Bar
- Use "global menu" drop down
Hi @KSXGitHub,
I don't like buttons on the top bar hence I specifically removed it from the code after I forked Unite (which seemed to be forked from No Title Bar).
I usually use Alt+F4 combination and if I can, I will try to manipulate Activities button, so when it's clicked with control, alt or shift key, it will minimize or close the window.
I don't like buttons on the top bar hence I specifically removed it from the code after I forked Unite (which seemed to be forked from No Title Bar).
I see.
I will try to manipulate Activities button, so when it's clicked with control, alt or shift key, it will minimize or close the window.
To avoid messing things up, I suggest you move this feature to a separate extension. Your extension already does one thing and does it well.
To avoid messing things up, I suggest you move this feature to a separate extension. Your extension already does one thing and does it well.
OK, thanks for the suggestion.