diff options
-rw-r--r-- | config/awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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") |