From 55d007f5e7752ada8e15a4f78b8781239696d61c Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Sat, 5 Nov 2022 23:04:43 -0700 Subject: turn off bluetooth before suspending. This was preventing a full suspension if headphones were connected --- locks | 1 + 1 file changed, 1 insertion(+) diff --git a/locks b/locks index c9e8e8d..84f57c1 100755 --- a/locks +++ b/locks @@ -5,4 +5,5 @@ swaylock --daemonize \ --scaling fit \ --color 002B36 \ --image $imgPath/$(ls $imgPath | grep -i jpg | sort -R | head -n1) +bluetoothctl -- power off systemctl suspend -- cgit v1.2.3