summaryrefslogtreecommitdiff
path: root/init.scm
AgeCommit message (Expand)Author
2022-12-22General bug fixes and improvements.Samuel Fadel
2022-12-21Fix border drawing in tile toggling functions & launcher impl....* init.scm: Launcher impl and helpers * wm.scm: Launcher with fork & execlp (execvp) * schewm.c: Fix border by explicitly calling border drawing proc after restoring window size Samuel Fadel
2022-12-19Refactoring to reduce repeated code, fix tiling bugs....* Makefile: Add optimization flag * init.scm: Use correct indices for workspaces * schewm.c: Many lines of repeated code removed Samuel Fadel
2022-12-19Renamed init/config main.scm file into init.scm.Samuel Fadel