Skip to content

Commit e23e373

Browse files
committed
support X
1 parent ec43c48 commit e23e373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MainWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public class Dock.MainWindow : Gtk.ApplicationWindow {
162162

163163
var prop = xdisplay.intern_atom ("_MUTTER_HINTS", false);
164164

165-
var value = "anchor=8:hide-mode=%d:size=-1,%d:restore-previous-region=1".printf (settings.get_enum ("autohide-mode"), height);
165+
var value = "anchor=8:hide-mode=%d:size=-1,%d:restore-previous-region=1:visible-in-multitasking-view=1".printf (settings.get_enum ("autohide-mode"), height);
166166

167167
xdisplay.change_property (window, prop, X.XA_STRING, 8, 0, (uchar[]) value, value.length);
168168
}

0 commit comments

Comments
 (0)