My first dabble into X11 programming or really programming for graphical targets in general, it is based on TinyWM but adds some nice-to-haves like keybinds (Inspired by the way DWM does keybinds)
Source code is at https://github.com/ThePlaneOnGit/abiggerwm , feel free to contribute or learn smth from it
#ABiggerWM: A cool lil X11 WM
13 messages · Page 1 of 1 (latest)
huh
its a cool project i guess
also, no hate, but you spelled license wrong, and i think "make" should be called "Makefile"
i did spell license wrong lol
also im not using the make util cuz typing @ over and over was annoying
anyways added license and corrected readme
Cool. Made an issue
wait it says you included "keybinds.h", but there is no keybinds.h?
oop, it shouldve been copied in the Makefile lol
just run this in the root of the project:
cat keybinds/keybinds.h.example > keybinds/keybinds.h
finally made window handling work