Age | Commit message (Collapse) | Author |
|
config.c: fix current_config uninit warning (#2249)
|
|
Add xdg-positioner support
|
|
|
|
|
|
Fix crash when launching swaylock
|
|
Container will be NULL if launching swaylock.
|
|
Update for swaywm/wlroots#1116
|
|
|
|
fix crash on floating windows
|
|
Implement floating_minimum_size and floating_maximum_size
|
|
|
|
|
|
Use saved buffer when fullscreen view is in a transaction
|
|
Implement swaylock customization flags
|
|
Move floating windows to front when focused
|
|
Fixes #2237.
|
|
|
|
fix tabbed titlebar widths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove `clipboard` command and `get_clipboard` message
|
|
|
|
Add some missing ipc message types from i3
|
|
|
|
|
|
Fix title bar rendering for nested stacked containers
|
|
|
|
Implement `focus mode_toggle`
|
|
|
|
Update for swaywm/wlroots#1126
|
|
|
|
|
|
|
|
|
|
Implement some floating move commands
|
|
Replace empty workspace with moved workspace
|
|
|
|
This implements the following for floating containers:
* move <direction> <amount>
* move [absolute] position <x> <y>
* move [absolute] position mouse
|
|
|
|
|
|
|
|
swaylock: daemonize after locking
|
|
|
|
swaylock: fix the displaying of "verified"
|
|
Split renderer
|
|
Displaying verified after damaging state needs more than one roundtrip,
so keep looping until surfaces are not dirty anymore
|