aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/floating_modifier.c
AgeCommit message (Collapse)Author
2018-07-24Implement floating_modifier <mod> [inverse|normal]Brian Ashworth
2018-07-22Remove unnecessary includesRyan Dwyer
2018-07-22Implement floating_modifier and mouse operations for floating viewsRyan Dwyer
This implements the following: * `floating_modifier` configuration directive * Drag a floating window by its title bar * Hold mod + drag a floating window from anywhere * Resize a floating view by dragging the border * Resize a floating view by holding mod and right clicking anywhere on the view * Resize a floating view and keep aspect ratio by holding shift while resizing using either method * Mouse cursor turns into resize when hovering floating border or corner