dotfiles/.config/aconfmgr/30-desktop.sh
2022-01-15 01:07:21 -08:00

18 lines
1.1 KiB
Bash

AddPackage xorg-server # Xorg X server
AddPackage xorg-server-xephyr # A nested X server that runs as an X application
AddPackage xorg-xev # Print contents of X events
AddPackage xorg-xinit # X.Org initialisation program
AddPackage xorg-xsetroot # Classic X utility to set your root window background to a given pattern or color
AddPackage xorg-xwayland # run X clients under wayland
AddPackage picom # X compositor that may fix tearing issues
AddPackage rofi # A window switcher, application launcher and dmenu replacement
AddPackage lxappearance # Feature-rich GTK+ theme switcher of the LXDE Desktop
AddPackage lxsession # Lightweight X11 session manager
AddPackage flameshot # Powerful yet simple to use screenshot software
AddPackage feh # Fast and light imlib2-based image viewer
AddPackage dunst # Customizable and lightweight notification-daemon
AddPackage xarchiver # GTK+ frontend to various command line archivers
AddPackage --foreign xmobar-git # Minimalistic Text Based Status Bar
AddPackage --foreign xmonad-contrib-git # Add-ons for xmonad
AddPackage --foreign xmonad-git # Lightweight X11 tiled window manager written in Haskell