Added packages to correct [meta]+Q functionality

This commit is contained in:
Craige McWhirter 2020-03-06 15:04:32 +10:00
parent a25be53a51
commit db9c97601f
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -45,7 +45,10 @@
dmenu # A menu for use with xmonad dmenu # A menu for use with xmonad
feh # A light-weight image viewer to set backgrounds feh # A light-weight image viewer to set backgrounds
haskellPackages.libmpd # Shows MPD status in xmobar haskellPackages.libmpd # Shows MPD status in xmobar
haskellPackages.xmobar # A Minimalistic Text Based Status Bar haskellPackages.xmobar # A minimalistic text based status bar
haskellPackages.xmonad # Required for user rebuild with (ie: [alt]+Q)
haskellPackages.xmonad-extras # Required for user rebuild with (ie: [alt]+Q)
haskellPackages.xmonad-contrib # Required for user rebuild with (ie: [alt]+Q)
libnotify # Notification client for my Xmonad setup libnotify # Notification client for my Xmonad setup
lxqt.lxqt-notificationd # The notify daemon itself lxqt.lxqt-notificationd # The notify daemon itself
mpc_cli # CLI for MPD, called from xmonad mpc_cli # CLI for MPD, called from xmonad