This commit is contained in:
Ben Buhse 2025-10-06 19:31:17 -05:00
commit 8c841a817c
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@
#! /bin/sh
# gdb ./zig-out/bin/beansprout
./zig-out/bin/beansprout &
echo ">>>>> before foot"
/usr/bin/foot &
/usr/bin/foot &
echo "<<<<< after foot"

View file

@ -17,7 +17,7 @@ pub fn init(wm: *WindowManager, context: *Context, window_manager_v1: *river.Win
wm.* = .{
.context = context,
.window_manager_v1 = window_manager_v1,
.seats = undefined,
.seats = undefined, // we will initialize this shortly
.outputs = undefined,
.windows = undefined,
};