From 24abc523046749e510b3b61fff97b067677b379b Mon Sep 17 00:00:00 2001
From: sinanmohd <sinan@firemail.cc>
Date: Tue, 2 May 2023 10:08:53 +0530
Subject: screen lock: switch out waylock for swaylock

---
 .config/wayland/winit | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.config/wayland')

diff --git a/.config/wayland/winit b/.config/wayland/winit
index 472740b..9a6423b 100755
--- a/.config/wayland/winit
+++ b/.config/wayland/winit
@@ -17,5 +17,5 @@ timeout=60 # seconds >5
 swayidle \
 	timeout "$((timeout - 5))" "brightnessctl --save; brightnessctl set 10%-" \
 	resume "brightnessctl --restore" \
-	timeout "$timeout" "wlr-randr --output ${disp} --off; waylock" \
+	timeout "$timeout" "wlr-randr --output ${disp} --off; swaylock" \
 	resume "wlr-randr --output ${disp} --on --adaptive-sync enabled" &
-- 
cgit v1.2.3