Clean shutdown

This commit is contained in:
Thomas Forgione 2024-06-13 09:38:14 +02:00
parent 77a935b261
commit e374ba9757
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -460,7 +460,7 @@ globalkeys = awful.util.table.join(
end, {description = "increase brightness", group="Brightness controls"}),
awful.key({ }, "XF86PowerOff", function ()
awful.util.spawn("gksudo shutdown now")
awful.util.spawn(home .. "/.config/dotfiles/bin-extra/shutdown now")
end, {description = "Shutdown", group="Fn Keys"}),
awful.key({ }, "XF86AudioPlay", function()