mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
FAQ: Add an entry about the recent multi-screen changes
This commit is contained in:
parent
1368212fb7
commit
ff1201f047
1 changed files with 10 additions and 0 deletions
|
@ -371,6 +371,16 @@ xkb keyboard description xkb_symbols line.
|
|||
};
|
||||
EOF
|
||||
|
||||
### I upgraded from Awesome 3 to Awesome 4 and multiscreen broke. Why is that?
|
||||
|
||||
Awesome 4.0+ support dynamic screen plugging and unplugging without restarting.
|
||||
|
||||
This avoids losing your tags, layout and focus history. Olders `rc.lua` were not
|
||||
designed to support such changes and assumed Awesome would restart. To add
|
||||
multi-screen support to existing configs, see how
|
||||
`awful.screen.connect_for_each_screen` is used in the new `rc.lua` or rebuild
|
||||
your config on a newer revision of `rc.lua`.
|
||||
|
||||
## Development
|
||||
|
||||
### How to report bugs?
|
||||
|
|
Loading…
Reference in a new issue