aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2022-10-15 21:59:09 -0400
committerBlista Kanjo2022-10-15 21:59:09 -0400
commitbb931cac80905fda327c54bf61622226ea70c98d (patch)
treea3fa7fab5469b42f40ad16573e6469ae39cd3d95 /.config/awesome/rc.lua
parent6fbb52ad4b5141d24aeca17191c8afebdd510d32 (diff)
feat: now using "dunst" as default notification daemon
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index 9424b42..3c508e6 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -68,6 +68,8 @@ myawesomemenu = {
{ "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, },
+ { "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, },
{ "refresh", awesome.restart },
{ "reboot" , function() awful.spawn("sh -c 'gksudo reboot now'") end },
-- { "quit", function() awesome.quit() end },