Created
February 5, 2024 10:22
-
-
Save maman/3b28769f113cb934832c2838a90c9009 to your computer and use it in GitHub Desktop.
ChromeOS fractional scaling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.config/systemd/user/sommelier\@0.service.d/override.conf | |
[Service] | |
Environment="SOMMELIER_SCALE=1.2" | |
Environment="GDK_SCALE=2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.config/systemd/user/sommelier-x\@0.service.d/override.conf | |
[Service] | |
Environment="SOMMELIER_SCALE=1.0" | |
Environment="GDK_SCALE=2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment