proper defaults

This commit is contained in:
Bryan Ndjeutcha 2021-05-25 07:10:52 -04:00
parent 841344a76c
commit a9aba71b48

View File

@ -29,7 +29,7 @@ fn main() {
let mut seat = None;
let mut monitor = None;
let mut enable_tag = false;
let mut enable_title = true;
let mut enable_title = false;
let mut enable_views_tag = false;
args.next();
loop {