franglais125 / no-title-bar

Integrates maximized windows with the top panel
https://extensions.gnome.org/extension/1267/no-title-bar/
GNU General Public License v2.0
278 stars 39 forks source link

Updates when only hiding title bar on primary monitor #87

Closed MannyC closed 6 years ago

MannyC commented 6 years ago

If only-main-monitor set: Always display buttons for maximized window on primary monitor even if a maximized window is focused on a different monitor Always allow drag of window on primary monitor from top panel even if a maximized window is focused on a different monitor

I think that it isn't always clear which application the min/max/close buttons are for, but that was the case before this change too. Honestly it might even be a case of disentangling the window title from the AppMenu and just putting it next to the buttons.

Closes #26

MannyC commented 6 years ago

Oh, and you should probably ask github support to unfork this repo for you

MannyC commented 6 years ago

There's also another call to getWindow in app_menu.js which I didn't change (so it will return windows off the primary monitor) as the function seems to deal with that case separately and I don't fully understand why it's getting the window title that it's getting.

franglais125 commented 6 years ago

Thanks a lot for your contribution! I merged this as [ca205a0e0e6a845d4e57297b9007b3fc24ed3be2].