From 19ae1d8629d247830f66c72afe3c8b97e4e44f63 Mon Sep 17 00:00:00 2001 From: cyber-sushi Date: Fri, 10 May 2024 02:31:35 +0200 Subject: [PATCH] Removed outdated information from stdout --- src/udev_monitor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udev_monitor.rs b/src/udev_monitor.rs index 592bb91..afeba50 100644 --- a/src/udev_monitor.rs +++ b/src/udev_monitor.rs @@ -100,7 +100,7 @@ pub fn launch_tasks(config_files: &Vec, tasks: &mut Vec>) } Ok(_) => { println!("Warning: user has no access to event devices, Makima might not be able to detect all connected devices.\n\ - Note: use `sudo usermod -aG input ` and reboot. Alternatively, run Makima as root. Continuing...\n"); + Note: Run Makima with 'sudo -E makima' or as a system service. Refer to the docs for more info. Continuing...\n"); false }, Err(_) => {