From 57bb0f74838b54e0a2032b28b021177771f599c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 10 Jan 2021 11:38:01 +0100 Subject: screen lock with light locker --- config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/awesome') diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 1338c5a..7643e01 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -332,7 +332,7 @@ globalkeys = gears.table.join( end, {description = "restore minimized", group = "client"}), - awful.key({ }, "F12", function () awful.spawn("xscreensaver-command -lock") end, + awful.key({ }, "F12", function () awful.spawn("light-locker-command -l") end, {description = "Lock screen", group = "awesome"}), -- User programs @@ -632,7 +632,7 @@ local function run_once(cmd) end run_once("nextcloud") -run_once("xscreensaver -no-splash") +run_once("light-locker") run_once("redshift-gtk") run_once("mount /media/backup") run_once("nm-applet") -- cgit v1.2.3