speedwm-personal/docs/dependencies

45 lines
1.8 KiB
Plaintext
Raw Normal View History

-- Dependencies --
These are absolutely necessary, speedwm will NOT compile without them
2022-10-08 21:47:30 +02:00
- libxft
- libXinerama
- Can be disabled through editing toggle.mk if you're not interested in multiple monitors.
- imlib2
- Tag previews, Window icons. Can be disabled through editing toggle.mk and toggle.h if you don't want these features.
2022-10-08 21:47:30 +02:00
- yajl
- Required for the IPC patch. If the IPC patch is disabled, you do not need this.
- tcc
- Very minimal C compiler that speedwm uses to speed up compile times. If you don't want this dependency, edit host.mk and set CC to 'cc' (or what you prefer).
-- Features --
These are necessary for certain features.
If you want to use an alternative, change it in options.h and/or keybinds.h and mouse.h.
- dmenu
2022-08-23 16:35:54 +02:00
- NOTE: dmenu is required for most scripts included with this build of speedwm. My build is required for proper Pywal support.
- picom
- Optional but speedwm looks sort of ugly without a compositor.
- xrdb (Install if you want .Xresources support)
- pywal (Install if you want pywal support. Requires swal (the default way to set wallpapers) or a tool that supports the correct signal for instant reloading)
2022-10-02 22:59:51 +02:00
- j4-dmenu-desktop
- Required for dmenu desktop entries..
-- Software --
This build of speedwm comes with binds for software.
2022-10-28 18:06:56 +02:00
You can add, change and remove keybinds by editing 'keybinds.h' and running 'make clean install'.
- speedwm-extras
- Important metapackage containing extra scripts that speedwm makes use of. (https://codeberg.org/speedie/speedwm-extras)
- st (Terminal)
- Firefox (Web browser)
- htop (Status monitor)
- newsboat (RSS reader)
- zathura (PDF reader)
2022-08-23 16:35:54 +02:00
- cmus (Default music player)
- neovim (Text editor)
2022-08-23 16:35:54 +02:00
- aerc (Email client)
- vifm (File manager)
- slock (Lock screen)
And everything under 'Features'.