aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc.lua')
-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, },