aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/awesome/rc.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index e7f6c2f..d7a49a7 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -119,8 +119,9 @@ myawesomemenu = {
{ "picom config", function() awful.spawn.easy_async_with_shell("xfce4-terminal -x nvim $HOME/.config/picom.conf") end },
{ "change wallpaper", function() awful.spawn.easy_async_with_shell("sh -c 'nitrogen'") end },
{ "xdg_menu refresh", function() awful.spawn.easy_async_with_shell("sh -c 'xdg_menu --format awesome --root-menu /etc/xdg/menus/arch-applications.menu > ~/.config/awesome/xdgmenu.lua'") end },
- { "refresh", awesome.restart },
+ { "soft-reboot", function() awful.spawn("sh -c 'systemctl soft-reboot'") end },
{ "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},
{ "stagnate", function() awful.spawn.easy_async_with_shell("sh -c 'systemctl hibernate'") end},
Blista Kanjo2-4/+4 2024-06-25refactor: `"Control"` in place of `"Mod"`Blista Kanjo2-2/+2 2024-06-25refactor: change resize & move keybindsBlista Kanjo2-4/+4 2024-06-25refactor: change a few keybindsBlista Kanjo2-4/+4 2024-06-24refactor: enable `misc-slim-tabs`Blista Kanjo1-1/+1 2024-06-24feat: add `kinetic-scrolling` propertyBlista Kanjo1-0/+1 2024-06-24refactor: cleaner `.gitignore`Blista Kanjo1-2/+1 2024-06-24kj-gitbot: .config/xfce4/Blista Kanjo2-0/+91 2024-06-24kj-gitbot: .gitignoreBlista Kanjo1-1/+4 2024-06-24kj-gitbot: .gitignoreBlista Kanjo1-1/+7 2024-06-24kj-gitbot: .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-terminal.xmlBlista Kanjo1-47/+0 2024-06-24kj-gitbot: .config/xfce4/terminal/terminalrcBlista Kanjo1-44/+0