From 80d19eacd607b79c14c611680c0457b56e83150c Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sat, 15 Oct 2022 22:32:22 -0400 Subject: refactor: going back to xfce4-notifyd due to bad dunst usability (maybe next time) --- .config/awesome/autorun.sh | 2 +- .config/awesome/rc.lua | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to '.config/awesome') diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index f9ea291..0260666 100755 --- a/.config/awesome/autorun.sh +++ b/.config/awesome/autorun.sh @@ -34,7 +34,7 @@ run /usr/lib/gsd-power run /usr/bin/gnome-keyring-daemon --start --components=secrets run /usr/bin/gnome-keyring-daemon --start --components=ssh run xfce4-power-manager -run dunst +run /usr/lib/xfce4/notifyd/xfce4-notifyd run ~/.config/awesome/keymapper.sh run ~/.config/awesome/xinput-daemon.sh run ibus-daemon -drxR diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 3c508e6..9424b42 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -68,8 +68,6 @@ 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 }, -- cgit v1.2.3