summaryrefslogtreecommitdiff
path: root/patches
AgeCommit message (Collapse)Author
2025-10-27fixed tabsDragon-Chicken
converted spaces into tabs
2025-10-23patch for single window gaps customisationDragon-Chicken
Adds customisable gaps when there's a single tiled window in the workspace. Two new configuration options 'single_horizontal_gap' and 'single_vertical_gap', which can be edited in the sxwmrc file. Both options default 'gaps'.
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-07-21Merge pull request #155 from pbadeer/feature/directional-gapsuint
Feature: Custom gaps on each side
2025-07-20Fix directional gaps patch - remove contaminated changespb
Cleaned patch to include only directional gaps functionality: - Removed fullscreen atom removal changes - Removed transparent border fix changes - Removed master_previous -> master_prev rename - Removed start_fullscreen functionality - Kept only clean directional gaps implementation
2025-07-20Add directional gaps community patchpb
2025-07-17add patches directory and instructions on adding patchesAbhinav