Change laptop scale to 1.6 (from 1.75)

This commit is contained in:
2025-03-11 14:15:03 +01:00
parent 6350e31036
commit fabdde1cc5
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ in {
settings = [
{
output.criteria = "eDP-1";
output.scale = 1.75;
output.scale = 1.6;
}
{
profile.name = "undocked";

View File

@@ -35,7 +35,7 @@ in {
];
home.sessionVariables = rec {
# TODO: add an `uwsm app run --` or something here (for example clicking on a link on discord opens the browser on discord's slice intsead of the browser's slice.
# TODO: add an `uwsm app run --` or something here (for example clicking on a link on discord opens the browser on discord's slice instead of the browser's slice.
TERMINAL = "kitty";
BROWSER = "zen";
DEFAULT_BROWSER = BROWSER;