Skip to content

A simple bin-packing-adjacent algorithm used in a window manager. ***This is a proof of concept, as such efficiency was not considered in the design of the algorithm***

License

Notifications You must be signed in to change notification settings

halfwit/binpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For use with dotfiles/local/cfg/wmutils/wshuf eg: wshuf | binpack -x -y -g | while read r x y w h; do wtp "$x" "$y" "$w" "$h" "$wid" done

tested with clang -o binpack binpack.c -std=c99

About

A simple bin-packing-adjacent algorithm used in a window manager. ***This is a proof of concept, as such efficiency was not considered in the design of the algorithm***

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages