Added packages to correct [meta]+Q functionality
This commit is contained in:
parent
a25be53a51
commit
db9c97601f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue