From 5cd880c388e50ea39ca9198bdad7cd5d9c5e10e0 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 6 Jul 2026 00:16:06 +0200 Subject: [PATCH] screw the presence detect --- desktopenvs/hyprlua/hypr/usr/autostart.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprlua/hypr/usr/autostart.lua b/desktopenvs/hyprlua/hypr/usr/autostart.lua index 0625ad7..ba51b7d 100644 --- a/desktopenvs/hyprlua/hypr/usr/autostart.lua +++ b/desktopenvs/hyprlua/hypr/usr/autostart.lua @@ -20,7 +20,7 @@ hl.on("hyprland.start", function() hl.exec_cmd("blueman-applet") hl.exec_cmd("blueman-tray") hl.exec_cmd("hypridle") - hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/presence-detect.sh") + -- hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/presence-detect.sh") hl.exec_cmd("chamel") hl.exec_cmd("ydotoold") hl.exec_cmd("opendeck")