Skip to content

Commit

Permalink
add raw commands to items in exit submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH committed Jul 2, 2024
1 parent bb3a1a1 commit b2ee22b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ function menu:init(args)
local exitmenu = {
{ "Lockscreen", "i3lock-fancy-rapid 5 5", micon("lock") },
separator,
{ "Reboot", "reboot", micon("gnome-session-reboot") },
{ "Shutdown", "poweroff", micon("system-shutdown") },
{ "Suspend", "suspend", micon("system-suspend") },
{ "Hibernate", "hibernate", micon("system-hibernate") },
{ "Hybrid Sleep", "hybrid-sleep", micon("system-hybrid-sleep") },
{ "Reboot", "systemctl reboot", micon("gnome-session-reboot") },
{ "Shutdown", "systemctl poweroff", micon("system-shutdown") },
{ "Suspend", "systemctl suspend", micon("system-suspend") },
{ "Hibernate", "systemctl hibernate", micon("system-hibernate") },
{ "Hybrid Sleep", "systemctl hybrid-sleep", micon("system-hybrid-sleep") },
separator,
{ "Log out", awesome.quit, micon("exit") },
}
Expand Down

0 comments on commit b2ee22b

Please sign in to comment.