mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
conf: csd.preferred can now be set to ‘none’
When csd.preferred == none, we will request CSDs from the compositor, but internally render as if we are using SSDs. That is, we don’t render any window decorations at all. Note that some compositors may ignore our request to use CSDs, and still render SSDs for us. Closes #163
This commit is contained in:
parent
e54adbfa7c
commit
6ff97128fc
5 changed files with 46 additions and 20 deletions
|
|
@ -39,6 +39,9 @@
|
|||
from `1.0` to `3.0`.
|
||||
* `shift`+`insert` now pastes from the primary selection by
|
||||
default. This is in addition to middle-clicking with the mouse.
|
||||
* **csd.preferred** can now be set to `none` to disable window
|
||||
decorations. Note that some compositors will render SSDs despite
|
||||
this option being used (https://codeberg.org/dnkl/foot/issues/163).
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue