We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ee292 commit 443dcd1Copy full SHA for 443dcd1
1 file changed
tiling.js
@@ -616,11 +616,8 @@ export class Space extends Array {
616
return;
617
}
618
619
- if (this.hasFullScreenWindow()) {
620
- workArea.y = 0;
621
- }
622
// compensate to keep window position bar on all monitors
623
- else if (Settings.prefs.show_window_position_bar) {
+ if (Settings.prefs.show_window_position_bar) {
624
const panelBoxHeight = Topbar.panelBox.height;
625
const monitor = Main.layoutManager.primaryMonitor;
626
if (monitor !== this.monitor) {
0 commit comments