From a298c4db09636a7e12c4bbd04fa236eaf2d0b5c9 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 16 Oct 2022 02:30:49 -0400 Subject: refactor: removed unneccessary comma --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c4f9c9e..c4a7104 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -67,7 +67,7 @@ myawesomemenu = { { "config file", editor .. " " .. awesome.conffile }, { "picom config", function() awful.spawn.easy_async_with_shell("sh -c 'gvim $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 }, { "dunst_hist", function() awful.spawn.easy_async_with_shell("dunstctl history-pop") end, }, { "dunst=0", function() awful.spawn.easy_async_with_shell("dunstctl set-paused true") end, }, { "dunst=1", function() awful.spawn.easy_async_with_shell("dunstctl set-paused false") end, }, -- cgit v1.2.3