mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Slightly better multihead support
This commit is contained in:
parent
dd115cece3
commit
96d7ff1e19
4 changed files with 20 additions and 4 deletions
|
|
@ -17,7 +17,8 @@ int main(int argc, char **argv) {
|
|||
.output = {
|
||||
.created = handle_output_created,
|
||||
.destroyed = handle_output_destroyed,
|
||||
.resolution = handle_output_resolution_change
|
||||
.resolution = handle_output_resolution_change,
|
||||
.focus = handle_output_focused
|
||||
},
|
||||
.view = {
|
||||
.created = handle_view_created,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue