So I have successfully re-built sxmo-dwm with new keybindings, but I haven't managed to rebuild lisgd with the new gestures yet.
If anyone wants to play around with the configs, here's what I did:
If anyone wants to play around with the configs, here's what I did:
- make sure git is installed on your system (laptop or desktop)
- git clone mil's repositories for lisgd and sxmo-dwm:
git clone https://git.sr.ht/~mil/lisgd
git clone https://git.sr.ht/~mil/sxmo-dwm
- copy the config.def.h file to config.h in each directory and alter the config.h files as you desire
- copy the directories to your sxmo micro-sd card (I put them in /home/mo/build)
- boot the phone
- on the phone, install the build tools and a bunch of libraries needed to build:
sudo apk add build-base libx11-dev libxft-dev libxinerama-dev libinput-dev eudev-dev
- enter each directory (lisgd and sxmo-dwm) and type "make install". Don't type "make clean install" because doing so will remove your altered config.h file.