From d78504b8c7b399e02eead0ba28d37ae8c42ace12 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 29 Jul 2024 12:33:14 +0200 Subject: [PATCH] Change lock command --- modules/home/swaync/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/swaync/config.json b/modules/home/swaync/config.json index 18af8c3..e0698f5 100644 --- a/modules/home/swaync/config.json +++ b/modules/home/swaync/config.json @@ -100,7 +100,7 @@ "actions": [ { "label": " Lock", - "command": "swaylock" + "command": "loginctl lock-session" }, { "label": " Reboot",