From b97ec2051783119afbb8c4a8140bbaf07f1be89f Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 3 Feb 2023 16:25:20 -0500 Subject: refactor: migrated to the lxqt-power-manager --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 3e4fd2b..f47aad6 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -78,7 +78,7 @@ myawesomemenu = { { "stagnate", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl hibernate'") end}, { "suspend", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl suspend'") end}, { "logout", function () awful.spawn("sh -c 'pkill -9 -u $USER'") end }, - { "lock", function() awful.spawn.easy_async_with_shell("sh -c 'xflock4'") end}, + { "lock", function() awful.spawn.easy_async_with_shell("sh -c 'xdg-screensaver lock'") end}, } mymainmenu = awful.menu({ items = { { "applications", xdgmenu, beautiful.awesome_icon }, -- cgit v1.2.3