diff options
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.zig b/src/main.zig index bd9589f..9f81a12 100644 --- a/src/main.zig +++ b/src/main.zig @@ -14,11 +14,5 @@ pub fn main() !void { try server.start(); - // Spawn an instance of alacritty - // const argv = [_][]const u8{ "/bin/sh", "-c", "WAYLAND_DEBUG=1 alacritty" }; - const argv = [_][]const u8{ "/bin/sh", "-c", "alacritty" }; - const child = try std.ChildProcess.init(&argv, std.heap.c_allocator); - try std.ChildProcess.spawn(child); - server.run(); } |
