diff options
| -rw-r--r-- | river/View.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/river/View.zig b/river/View.zig index f4b7447..82b0b40 100644 --- a/river/View.zig +++ b/river/View.zig @@ -459,6 +459,8 @@ pub fn map(self: *Self) void { if (self.getTitle()) |s| self.foreign_toplevel_handle.?.setTitle(s); if (self.getAppId()) |s| self.foreign_toplevel_handle.?.setAppId(s); + + self.foreign_toplevel_handle.?.outputEnter(self.output.wlr_output); } // Add the view to the stack of its output |
