Skip to content

Commit

Permalink
Removed centering floats automatically for now
Browse files Browse the repository at this point in the history
Fixes #160
  • Loading branch information
jmmaranan committed Nov 23, 2022
1 parent 52f4fc9 commit 5a9f0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window.js
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ var WindowManager = GObject.registerClass(
postProcessWindow(nodeWindow) {
let metaWindow = nodeWindow.nodeValue;
if (metaWindow) {
if (metaWindow.get_title() === Msgs.prefs_title || nodeWindow.isFloat()) {
if (metaWindow.get_title() === Msgs.prefs_title) {
metaWindow
.get_workspace()
.activate_with_focus(metaWindow, global.display.get_current_time());
Expand Down

0 comments on commit 5a9f0a8

Please sign in to comment.