- Added fullscreen command
- Default keybinding is
mod+f
- Command is also exposed through the D-Bus command
FullScreen
- Default keybinding is
- Added commands to control the location of the pointer.
- Absolute positioning (
SetPointerPos
) - Placing the mouse at the corner of a container (
GrabAtCorner
)
- Absolute positioning (
- Modifier for mouse controls (eg resize and move window) is now configurable
- The default modifier is now
Alt
, instead of the previousCtrl
- The default modifier is now
- Popup windows now automatically are floating.
- Wayland apps (eg
termite
,weston-terminal
, etc) should no longer have blurry text. - Resizing a window while running Way Cooler from a TTY now works correctly.
- Way Cooler now log all environment variables in the prelude of the log.
- When a key is bound to a command that is now logged.
- Resizing the output / changing the resolution will now properly update the background.
- Already existing debug checks have been turned on for release builds.
- Restart should properly call the user-defined restart callback now.
- Updated to use the
StableGraph
of Petgraph, which should improve performance and reliability.