This commit is contained in:
Motiejus Jakštys 2023-09-19 07:52:09 +03:00
parent 46d94456a3
commit 5b300e7752
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ globalkeys = gears.table.join(
{description = "show the menubar", group = "launcher"}),
-- My customizations
awful.key({ modkey }, "x", function()
awful.spawn.with_shell("sleep 0.2; slock xset dpms force off")
awful.spawn.with_shell("sleep 0.1; xset dpms force off; xlock")
end)
)