diff options
| author | Blista Kanjo | 2023-08-21 13:20:24 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-21 13:20:24 -0400 |
| commit | b7bf666146a31ce6654a9538e3cde8475e96f155 (patch) | |
| tree | 0e8f3f66900b9d65e78d43fb001b8be97199dfdb /.config/awesome/rc.lua | |
| parent | 984459dca7264c720930f05066914b1d61026d20 (diff) | |
refactor: fix formatting mistakes
Diffstat (limited to '.config/awesome/rc.lua')
| -rw-r--r-- | .config/awesome/rc.lua | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index e4148c3..2ef1b46 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -104,9 +104,7 @@ myawesomemenu = { { "config file", editor .. " " .. awesome.conffile }, { "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 }, + { "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 }, { "soft-reboot", function() awful.spawn("sh -c 'systemctl soft-reboot'") end }, { "reboot", function() awful.spawn("sh -c 'systemctl reboot'") end }, { "refresh", awesome.restart }, @@ -120,7 +118,7 @@ myawesomemenu = { } mymainmenu = awful.menu({ - items = { { "applications", xdgmenu, beautiful.awesome_icon }, + items = { { "applications", xdgmenu, beautiful.awesome_icon }, { "system stuff", myawesomemenu }, { "open terminal", terminal }, { "run prompt", function() awful.screen.focused().mypromptbox:run() end } |
