once again removing this import lmao

main
Zynh0722 2024-01-31 16:34:16 -08:00
parent 67bca6336c
commit 2124b44725
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
use std::{io::ErrorKind, process::exit}; use std::process::exit;
use anyhow::anyhow; use anyhow::anyhow;
@ -45,8 +45,6 @@ fn main() -> anyhow::Result<()> {
become_wm(&conn, screen)?; become_wm(&conn, screen)?;
// TODO: Check if there are other wms running
// TODO: setup // TODO: setup
// TODO: pledge if on openBSD // TODO: pledge if on openBSD