Sway 0.7
Pre-release
Pre-release
New Features
- Bind actions to $mod+[scroll whell] via
floating_scroll
(thanks @Hummer12007!) - Set the acceleration profile for input devices via
accel_profile
(thanks @tajjada!)
Bugs Fixed
- Window titles are updated when the application requests it (thanks @mikkeloscar!)
- Screwing with the border settings on tabbed and stacking layouts caused breakage (thanks @tajjada!)
- Several memory leaks, double frees, etc were fixed (thanks @neosilky!)
- Several double closes, buffer overflows, etc were fixed (thanks @1ace!)
- Many other small bugs were fixed (thanks @mikkeloscar, @xerpi, @1ace!)
- Some typos were found and fixed in the man pages (thanks @cyberhuman!)
Changes
- The hardcoded $mod+scroll actions introduced in sway 0.4 has been removed.
- You can now use a relative path to your wallpaper (thanks @Hummer12007!)
- ZSH completions are no longer included in the default build
- Cairo and Pango are now required dependencies (previously they were only
required if you wanted swaybg or swaybar support)