diff options
author | bd <bdunahu@operationnull.com> | 2024-10-25 19:31:40 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-10-25 19:31:40 -0400 |
commit | b61259b49f7349fe705df4ab77d37d317bebbcaf (patch) | |
tree | c032034150f9fd71c4dbf420c651d9c30dfc0cb5 /.config/guix/modules/xorg.scm | |
parent | ea04c1f4317cff446d6a4753072329f6bc9b627a (diff) |
dunst, miscellaneous changes
Diffstat (limited to '.config/guix/modules/xorg.scm')
-rw-r--r-- | .config/guix/modules/xorg.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/guix/modules/xorg.scm b/.config/guix/modules/xorg.scm index c5ac890..11a2e35 100644 --- a/.config/guix/modules/xorg.scm +++ b/.config/guix/modules/xorg.scm @@ -26,13 +26,15 @@ image-viewers ;; feh pulseaudio ;; pavucontrol, pulseaudio, suckless ;; dmenu - xorg ;; xf86-input-libinput, xf86-video-fbdev, xinit... + wm ;; dunst xdisorg ;; xrdb + xorg ;; xf86-input-libinput, xf86-video-fbdev, xinit... ) (define bd-desktop-system-packages (list dmenu + dunst emacs libnotify pavucontrol |