suspend awesome stuff
This commit is contained in:
@@ -367,8 +367,6 @@ globalkeys = gears.table.join(
|
|||||||
awful.key({ "Control", "Mod4" }, "l", function () awful.util.spawn("loginctl lock-session") end),
|
awful.key({ "Control", "Mod4" }, "l", function () awful.util.spawn("loginctl lock-session") end),
|
||||||
awful.key({ "Control", "Mod4", "Shift" }, "l",
|
awful.key({ "Control", "Mod4", "Shift" }, "l",
|
||||||
function ()
|
function ()
|
||||||
awful.util.spawn("i3lock -c 000000 -i /home/snarbutas/Pictures/spiral1.png")
|
|
||||||
awful.util.spawn("sleep 1")
|
|
||||||
awful.util.spawn("systemctl suspend")
|
awful.util.spawn("systemctl suspend")
|
||||||
end),
|
end),
|
||||||
-- Audio controls
|
-- Audio controls
|
||||||
|
|||||||
Reference in New Issue
Block a user