#ABiggerWM: A cool lil X11 WM

13 messages · Page 1 of 1 (latest)

burnt fog
#

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

GitHub

A Window Manager That Is A Bit Bigger That TinyWM. Contribute to ThePlaneOnGit/abiggerwm development by creating an account on GitHub.

round bough
#

huh

#

its a cool project i guess

#

also, no hate, but you spelled license wrong, and i think "make" should be called "Makefile"

burnt fog
#

also im not using the make util cuz typing @ over and over was annoying

burnt fog
#

anyways added license and corrected readme

storm talon
#

Cool. Made an issue

round bough
#

wait it says you included "keybinds.h", but there is no keybinds.h?

burnt fog
#

just run this in the root of the project:

#
cat keybinds/keybinds.h.example > keybinds/keybinds.h
burnt fog
#

finally made window handling work