aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBlista Kanjo2022-10-16 02:30:49 -0400
committerBlista Kanjo2022-10-16 02:31:18 -0400
commita298c4db09636a7e12c4bbd04fa236eaf2d0b5c9 (patch)
tree2122e96c3f8cccd20a7a63b917d34d93b9fb3284 /.config
parent247a23cd6e9ad78058b251c958b81e999bb5263e (diff)
refactor: removed unneccessary comma
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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, },