diff options
| author | Blista Kanjo | 2024-05-11 03:25:34 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2024-05-11 03:25:34 -0400 |
| commit | 4addacfdde452b4377562b38bf2a6f984b169e49 (patch) | |
| tree | 192a6b8f9a835db1c36661302e460fe0bccefd4a /.config/awesome/rc.lua | |
| parent | 4b830be46b0a08607c1cec6e9fb32650f18d6616 (diff) | |
refactor: use `systemctl` name(s) for `myawesomemenu`
Diffstat (limited to '.config/awesome/rc.lua')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index ac17757..f1f2040 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -88,7 +88,7 @@ myawesomemenu = { { "reboot", function() awful.spawn("sh -c 'systemctl reboot'") end }, { "refresh", awesome.restart }, -- { "quit", function() awesome.quit() end }, - { "shutdown", function() awful.spawn("sh -c 'systemctl poweroff'") end }, + { "poweroff", function() awful.spawn("sh -c 'systemctl poweroff'") end }, { "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 }, |
