mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Changed suffix from _virt to -virt - causes issues on ubuntu 18.04 bionic using gnome
This commit is contained in:
parent
9637d62816
commit
f85a499f68
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from .display import Display
|
|||
from .process import SubprocessWrapper
|
||||
|
||||
|
||||
VIRT_SCREEN_SUFFIX = "_virt"
|
||||
VIRT_SCREEN_SUFFIX = "-virt"
|
||||
|
||||
|
||||
class XRandR(SubprocessWrapper):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue