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.
allows_move
1 parent 02d4b57 commit 78d4efbCopy full SHA for 78d4efb
src/WindowStateSaver.vala
@@ -82,7 +82,8 @@ public class Gala.WindowStateSaver : GLib.Object {
82
ShellClientsManager.get_instance ().is_positioned_window (window) ||
83
window.window_type != Meta.WindowType.NORMAL ||
84
window.skip_taskbar ||
85
- !window.resizeable
+ !window.resizeable ||
86
+ !window.allows_move ()
87
) {
88
return;
89
}
0 commit comments