-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi screen support #29
Comments
Not really so far as I can see. But would be awesome! |
i have 3 screens. the terminal i popping up in the vertical center of the main screen. |
I have small laptop screen and a large monitor, I wanted the terminal to appear on the larger screen, but It's not possible. From what I remember, guake and tilda supported multiple screens. ie, you can choose which monitor the terminal appears in. |
I'll try to implement it this month |
As I commented on another issue, saying that you could look at the virtual keyboard, I realize that this is probably something worth looking at even for this. The virtual keyboard management is probably the best way to go to get a drop down terminal to behave as expected. I assume that it handles multi screen also. To get the virtual keyboard working, I assume they have built some components that might be very useful for a drop down terminal. |
Done in 49bc4eb must be tested before release |
Did a pull to test this, but regardless of me setting the MultiMonitor checkbox or not, it still opens on the monitor that is active. |
Ok, not using multimonitor mode, the dropdown will still only affect which monitor that is used for the width of the window. The window it self is still displayed on the active screen, with the width of the selected monitor. |
Just checked on another computer. Works well under Xorg, seems like issue with wayland compatibility. |
I'm sorry but i'm not able to reproduce wayland behaviour right now, because my video device (RTX2060) is not supported by "nouveau", and current "nvidia" driver did't work with wayland |
Probably related to #88 |
Does the extension support multiple screens?
The text was updated successfully, but these errors were encountered: