| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Add missing dependency to ubuntu install instructions
|
|
Without this, I'm getting a fatal error when running `make`. Afterwards it succeeded. Tested on debian
src/sxwm.c:33:10 `#include <X11/Xcursor/Xcursor.h>` No such file or directory.
|
|
|
|
ensure segfaults are no longer a problem
|
|
|
|
|
|
|
|
|
|
Change focus after setting client monitor
|
|
|
|
Make dependency commands more consistant
|
|
|
|
|
|
|
|
for alpine
|
|
Rename NixOS dependencies
|
|
|
|
Multiple should_float entries
|
|
Adding a Check for XGetWindowAttributes failure.
|
|
Copy sxwmrc during installation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CHANGELOG.md file and updated README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Floating window toggle
|
|
|
|
Man page and improved Makefile.
|
|
|
|
|
|
|
|
|
|
- Added automatic header dependency generation using -MMD and -MP
- Ensured build directories are created with mkdir -p
- Improved quoting for install/uninstall paths to handle spaces
- Adding a man page for SXWM
|
|
- Removed deprecated 'Encoding' field
- Changed 'Type=XSession' to 'Type=Application'
- Added 'TryExec=sxwm' to ensure the session appears only if sxwm is available
|
|
Prevent child processes from becoming zombies
|
|
Add XDG config directories
|