|
||
---|---|---|
abduco@8c32909a15 | ||
config | ||
desktop | ||
dmenu-flexipatch | ||
dvtm@7bcf43f8db | ||
dwm-flexipatch | ||
dwmblocks-async | ||
pics | ||
scripts | ||
sfm@1b5eeb0974 | ||
shmenu@3e4cad8870 | ||
slock-flexipatch | ||
slstatus | ||
spmenu@625474875f | ||
st-flexipatch | ||
tabbed-flexipatch | ||
.gitmodules | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
README.md
Suckless Utilities version 6.4
About
These are my builds of suckless software such as dwm and st, based on the work for flexipatch by bakkeby. This aims for much more streamlined configuration and patching than 6.3 (which becomes more complicated over time and whenever more patches are integrated).
This was designed to save me some sanity in maintaining it as well as easily integrating requested patches, whenever it drops from the flexipatch upstream. This should be easy to hack and build, and should be as fast as the previous versions of my build.
Included software
X11
- dwm
- dmenu
- st
- slstatus
- tabbed
- sfm
- spmenu
- dwmblocks-async
- slock
Terminal
- dvtm
- abduco
- shmenu
Notes
eww notes
The weather widget is pretty barebones as of now. Report bugs if found.
Configuration notes
The bare essentials of my dotfiles are located in the config
directory. This includes spmenu
, picom
, ncmpcppp
, and wal
.
Compatibility notes
For those who want the old version, check out oldmain
. I don't plan on maintaining it myself since the flexipatch base means much more flexibility over codebase updates as well as new patches.
Note that there are some programs that is included here, mainly for compatibility or choice reasons. While slstatus is pretty barebones compared to dwmblocks-async, it is included on the repo if one decides not to have statuscmd, for example. This aims to be also compatible with already existing setups.
For the shutdown menu script (located in scripts/shutdown
), /usr/libexec/ssh/gnome-ssh-askpass
was set by default for asking password for killing X. Either change it to a more preferred ssh-askpass program or make sudo passwordless.
Keybind notes
In the documentation for this suite, Mod4Key would be defined as ⊞ Win/⌘ Cmd/❖ Super, depending on whichever keyboard do you use.
In most cases, you probably have only ⊞ Win, but I added ⌘ Cmd and ❖ Super for Mac and advanced Linux/Unix users, respectively.
If one uses ChromeOS, ⊞ Win equals to the 🔍 Search key. But I don't know who uses X11 window managers inside ChromeOS.
For new to dwm, MODKEY or Mod1Mask is the Alt key.
spmenu notes
Additionals are spmenu configs made by myself, as well as scripts for spmenu_run
. If you prefer dmenu, it still exists, and could be launched via ⊞ Win/⌘ Cmd/❖ Super+Alt+S, while ⊞ Win/⌘ Cmd/❖ Super+S would launch spmenu_run -d
by default (only with .desktop entries, while ⊞ Win/⌘ Cmd/❖ Super+Shift+S would launch spmenu_run
in a similar fashion to dmenu.
Some user scripts are also included, which has it's own set of dependencies. For example, clipmenu-spmenu
needs xsel
and clipnotify
. These are optional, however.
clipmenu-spmenu dependencies:
- xsel
- clipnotify
screenshot-spmenu dependencies:
- curl
- xclip (X11)
- maim (X11)
- wayshot (Wayland)
- wl-clipboard (Wayland)
- slurp (Wayland)
wallpaper-spmenu dependencies:
- xwallpaper
Additionally, spmenu will not work on macOS, so use dmenu
instead.
Building
Prerequisites
Linux/Unix users:
- xorg (including drivers of course)
- base-devel (or build-essential/s)
- libX11(-devel or -dev)
- libXft(-devel or -dev)
- libXcb(-devel or -dev)
- libXrender(-devel or -dev)
- libXinerama(-devel or -dev)
- freetype(-devel or -dev)
- fontconfig(-devel or -dev)
- Nerd Fonts (Hack as default, can be changed manually)
- imlibs2(-devel or -dev)
- picom (for transparency)
- feh (optional)
- pywal (for colors/wallpaper)
- slop (for riodraw)
- libmpdclient(-devel or -dev) for mpdclient
- yajl for ipc
- eww (optional)
- jgmenu
Termux users:
- xorg
- termux-X11 repo (via main Termux app)
- proot/chroot
- PulseAudio (if you like audio support)
- TigerVNC
- VNC client
or
- XSDL client
or
- Termux:X11 (both apk and deb)
For spmenu:
- wayland-client(-devel or -dev, for Wayland support)
- wayland-scanner(-devel or -dev, for Wayland support)
- wayland-protocols(-devel or -dev, for Wayland support)
- xbcommon(-devel or -dev, for Wayland support)
- pango(-devel or -dev)
- cairo(-devel or -dev)
- libconfig(-devel or -dev)
- OpenSSL or libssl(-devel or -dev)
- meson
Refer to patches.def.h and config.mk for additional patch-related requirements.
Compiling the whole thing
-
Install necessary tools and libraries
-
Clone this repository (
git clone --recurse-submodules
) -
Change directory to what suckless software do you want to use
-
Remove the
config.h
, andpatches.h
files, to make sure all patches are applied correctly -
Copy
make clean install
and paste it on your terminal -
Building the spmenu submodule included in this repo (by speedie) would strictly use meson as it's build system.
- For that,
cd
to the spmenu folder. - Initialize setup via
meson setup build
. Pass-Dwayland-=false
for disabling Wayland support. - Run
ninja -C build
for building the binaries. - Install via
meson install -C build
, and it'll prompt you if you would like to use sudo if not run as root.
- For that,
-
Insert dwm, slstatus and/or st inside your
.xinitrc
using your favorite text editor (usually located in$HOME/.xinitrc
)- Additionally, a script called
startdwm
located indesktop
could be installed in/usr/local/bin
which could be used to launch dwm on display managers, such as GDM or SDDM. startdwm
could be also used as the xinitrc script by putting it under $HOME and renaming it to.xinitrc
.
- Additionally, a script called
-
Install the
dwmblocks
scripts (inscripts/dwmblocks
) to your$PATH
. -
Install eww, and put the config inside
config/eww
to$HOME/.config
. Put the scripts insidescripts/eww
inside$PATH
.- (Recommended) Make a hard link of
.cache/wal/colors.scss
to.config/eww/colors.scss
.
- (Recommended) Make a hard link of
-
Start it and done!
Future plans
- Rebase the dwm build to dwm-flexipatch (maybe under a new branch with a VM debug environment?)
- Integrate barmodules if the dwm-flexipatch rewrite did happen
- Version jump from 6.3 -> 6.4
- Potentially making this project into a desktop environment, when I feel it's ready to do so
- Use
spmenu-desktop-launcher
if it's mature/usable, retainingspmenu_run
for backwards compatibility with existing scripts - Making a wiki for documenting functions in this build, as well as other important information about the project
Patching even further
Patching everything is as easy as editing the patches.def.h
file included in the repo. Unlike 6.3, which had a complicated codebase, 6.4 aims for a much more streamlined process of patching things, unlike the previous version which would mean using patch
and manually editing files whenever something isn't patched up properly.
A huge thanks for bakkeby on the work for making suckless software easier to patch, meaning more people could modify and configure the code to their liking.
Contributing to the project
Contributions are welcome, as long as it follows the defined rules in the CONTRIBUTING document.
Documentations are also welcome, in fact, I do need someone who could maintain documentation for the project's inner workings.
How the versioning system works
Suckless Utilities (the whole package and not the individual components) are versioned under the current version of the repo's dwm. Even if dwm(-flexipatch) 6.5 releases, if the repo still uses dwm(-flexipatch) 6.4 for compatibility reasons, the whole package will still be Suckless Utilities 6.4.
Licensing
All programs are licensed under the MIT License, except for some submodules, which might have different licenses (for example, GPLv2).
Screenshots
Special thanks
- Speedie for helping me out with this and providing me with patches
- The suckless team for maintaining suckless software suck less
- bakkeby for creating dwm-flexipatch and related projects, making it possible to easily integrate patches
Mirrors
- GitHub - Main mirror
- GitLab - Secondary (and backup)
- BitBucket - Secondary backup
- Codeberg - Tritary backup
- speedie.site - Mirror of gitlab