diff options
| author | Blista Kanjo | 2022-10-16 01:48:14 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-10-16 01:48:14 -0400 |
| commit | 32a550357191a3898f71944e99ccfccef3260dba (patch) | |
| tree | 9b2254af9917c11e13ba728feecfee23a844315e /.config/awesome | |
| parent | e099f9467161188eb28bd49cffcd2c72cd7b4154 (diff) | |
feat: now using "dunst" as default notification daemon (trying it again)
Diffstat (limited to '.config/awesome')
| -rwxr-xr-x | .config/awesome/autorun.sh | 2 | ||||
| -rw-r--r-- | .config/awesome/rc.lua | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index 0260666..f9ea291 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 /usr/lib/xfce4/notifyd/xfce4-notifyd +run dunst 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 9424b42..c4f9c9e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -68,6 +68,9 @@ 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_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, }, { "refresh", awesome.restart }, { "reboot" , function() awful.spawn("sh -c 'gksudo reboot now'") end }, -- { "quit", function() awesome.quit() end }, |
