You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I think it would be great to have an 3-variant enum for hide-info-window: auto, always, and never. A bit like -c/--color[=<WHEN>] with Rust's Clap package.
auto would check if two or more screens are present and, if true, display the content info window on a separate screen.
taibeled
added a commit
to taibeled/manim-slides
that referenced
this issue
Oct 22, 2024
This changes the ``--hide-info-window-`` command to accept three options: auto, always, and never. Auto will hide the info window if there is only one screen. This also fixes the --full-screen option by moving the info window to monitor 1 and the presentation to monitor 0 by default.
* Adds features from #327
This changes the ``--hide-info-window-`` command to accept three options: auto, always, and never. Auto will hide the info window if there is only one screen. This also fixes the --full-screen option by moving the info window to monitor 1 and the presentation to monitor 0 by default.
* chore(fmt): auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Let Qt decide the screens
* Fix full screen bug
* chore(fmt): auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix(cli): improve logic
* fix
* Revert fixes and clean code
* Update changelog
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
Description
#324 introduced a first presenter view, but it is quite experimental and could be improved:
--fullscreen
CLI optionOther ideas or questions are welcome!
Screenshots
Current view:
![Screenshot from 2023-11-28 15-06-13](https://private-user-images.githubusercontent.com/27275099/286281974-591007d2-a722-41fc-b670-61cc5584b539.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDE4NjYsIm5iZiI6MTczOTMwMTU2NiwicGF0aCI6Ii8yNzI3NTA5OS8yODYyODE5NzQtNTkxMDA3ZDItYTcyMi00MWZjLWI2NzAtNjFjYzU1ODRiNTM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE5MTkyNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVlNDI4NGYyZmQ0NDM1NzQxY2U1MjlkODAwNmY4MGI1MzJhMjc1MTQ3MWYxYzM4MDJjYzU3MDlkM2Y1NDJhMWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.TzsDX7eqb0yBMzOupAVMuyNnXIN_TnvCvAZd_vZKKS4)
Additional information
No response
The text was updated successfully, but these errors were encountered: