diff options
| author | ache <ache@ache.one> | 2021-09-21 15:50:01 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2021-09-21 15:50:01 +0200 |
| commit | 337f0bc39a30ae79f2e56765eb07d28bb06104d7 (patch) | |
| tree | 0e1b05547fc59ef6064b33d9cb79e2562782c590 | |
| parent | Clean code (diff) | |
Use loginctl to lock screen
| -rw-r--r-- | rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -829,7 +829,7 @@ awful.key({ modkey, "Shift" }, "s", hotkeys_popup.show_help, {descriptio end,{description = "Run Lua code", group = "awesome"}), awful.key({ modkey }, "!", function () - awful.util.spawn("xsecurelock") + awful.util.spawn("loginctl lock-session") end,{description = "🔐 lock screen", group = "awesome"}), awful.key({ modkey }, ":", function () |