Changelog
All notable changes to this project will be documented in this file.
v1.6
- NEW: True multi-monitor support
- NEW: Vertical stack resizing
- NEW: Mouse warping
- NEW: Floating window rules
- NEW: Ctrl key as modifier
- NEW: Focus window on creation
- NEW: Copy config to
/usr/local/share/sxwmrc
- NEW: Can switch monitors via keyboard
- NEW: Can move windows between monitors via keyboard
- NEW: Can click on a window to set focus to it
- NEW: Window swallowing
- NEW: New windows can now open as master window
- NEW: Scratchpads
- NEW: Window centering
- CHANGE: Renamed
focus_previous
tofocus_prev
- CHANGE: Invalid sample config
- CHANGE: Parser
$HOME
searching order. XDG Compliance - CHANGE:
-b
or--backup
option for using backup keybinds - FIXED: Improved parsing now supporting commands with
"
and'
- FIXED: (mouse warping) Switching to master doesn't automatically shift cursor to it
- FIXED:
ctrl
andshift
key works as a modifier - FIXED: Fixed build error (#64).
- FIXED: Removed debug logs
- FIXED: Fixed new window getting interrupted by mouse
- FIXED: Fixed
should_float
segfalt - FIXED: Invisible windows of minimized programs
- FIXED: Zombie processes spawned from apps
- FIXED: Undefined behaviour in
parse_col
- FIXED: Added monitor switching functions to call_table (#95)