mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Change laptop scale to 1.6 (from 1.75)
This commit is contained in:
@@ -204,7 +204,7 @@ in {
|
||||
settings = [
|
||||
{
|
||||
output.criteria = "eDP-1";
|
||||
output.scale = 1.75;
|
||||
output.scale = 1.6;
|
||||
}
|
||||
{
|
||||
profile.name = "undocked";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user