Clean shutdown
This commit is contained in:
parent
77a935b261
commit
e374ba9757
2
rc.lua
2
rc.lua
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue