summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-06update CONTRIBUTIONS documentationAbhinav Prasai
2025-10-06move CHANGELOG and CONTRIBUTIONS to docs/Abhinav Prasai
2025-10-06move image/sxwm_logo.png to /logo.pngAbhinav Prasai
2025-10-06remove clangd hints in favour of compile_flags.txtAbhinav Prasai
2025-10-06add floating_on_top, floating windows stay above tiled windowsAbhinav Prasai
2025-10-06add switch to previous workspaceAbhinav Prasai
2025-10-06remove backup_bindsAbhinav Prasai
2025-10-06fix resizing issueAbhinav Prasai
was +- resize_stack_amt not resize_window_amt changed: resize_stack_amt -> resize_window_amt
2025-10-06add window moving + resizing option from keyboardAbhinav Prasai
window resizing + moving by keyboard
2025-09-30correctly set fullscreen on windows requesting itAbhinav Prasai
2025-09-30Merge pull request #232 from l0wigh/fix_window_swallowinguint
Fix Window swallowing to target the parent window and not any swallower
2025-09-30re-add Makefile, advertise WM_STATEAbhinav Prasai
deleted Makefile whoops
2025-09-30modifying the fix to fit uint23 recommendationsL0Wigh
2025-09-30fix alpine build instructionsAbhinav Prasai
2025-09-30Merge pull request #235 from Welpyes/mainuint
Termux Build instructions and Makefile addition
2025-09-27Delete MakefileWelpyes (Robertson D. Torres)
2025-09-27Update README.mdWelpyes (Robertson D. Torres)
2025-09-25Added Termux build instructionsWelpyes
2025-09-25yeahWelpyes
2025-09-11more cleaningL0Wigh
2025-09-11cleaning the code to respect the guidelineL0Wigh
2025-09-11fix window swallowing to target it's really parent windowL0Wigh
2025-09-11beginning of the window swallowing fixL0Wigh
2025-09-09Merge pull request #231 from palsmo/feature-mirror-layout-patchuint
<add patch> mirror layout option
2025-09-09Merge pull request #229 from dehroox/misc_revisionsuint
Small miscellaneous revisions/refactors
2025-09-09Merge pull request #209 from l0wigh/mainuint
Setting and resetting opacity based on window fullscreen state
2025-09-04<add patch> mirror layout optionpalsmo
Add 'mirror_layout' configuration option to flip master-stack layout. When enabled, master window stays on the right side instead of the default left, and resize controls are reversed to maintain intuitive behavior. * try add "mirror_layout : true" to sxwmrc :)
2025-09-02(fix): Mistake when doing "rebase"L0Wigh
2025-09-02clean for pull requestL0Wigh
2025-09-02add: the window opacity is set to 100 when fullscreen and then reset when ↵L0Wigh
fullscreen is disabled
2025-09-02fix git shizdehroox
2025-09-02make shiftor unsigned to prevent undefined behaviorAbhinav Prasai
2025-09-02add libXcursor-devel to dep list for void linuxAbhinav Prasai
2025-09-02make shiftor unsigned to prevent undefined behaviorAbhinav Prasai
2025-09-02use fancy schamncy macros accordinglydehroox
2025-09-02use return instead of exit in main()dehroox
2025-09-02replace random 20 (???) with MAX_SCRATCHPADSdehroox
2025-09-02use MAX_ITEMS in parser.c instead of magical number 256dehroox
2025-09-02make printing more consistentdehroox
2025-09-01Merge pull request #227 from dehroox/mainuint
Fix errx eval values
2025-09-01make shiftor unsigned to prevent undefined behaviorAbhinav Prasai
2025-09-01add libXcursor-devel to dep list for void linuxAbhinav Prasai
2025-09-01fix unconsistent castingdehroox
2025-09-01fix errx exit codesdehroox
2025-08-29Merge pull request #226 from uint23/devuint
merge: fix undefined behavior & add xcursor package to void dep list
2025-08-29make shiftor unsigned to prevent undefined behaviorAbhinav Prasai
2025-08-29add libXcursor-devel to dep list for void linuxAbhinav Prasai
2025-08-29Merge pull request #225 from uint23/devuint
merge: allow custom layouts + other changes vvv
2025-08-29allow custom layouts + other changes vvvAbhinav Prasai
* remove config.h * improve modifier mask cleaning * use keycode instead of sym when dealing with bindings * put <linux/limits.h> into ifdef __linux__
2025-08-28update Makefile + fix warningsAbhinav Prasai