Add display scaling back to laptops
This commit is contained in:
parent
ce9a35440c
commit
4699339db3
|
@ -3,6 +3,7 @@
|
|||
imports = [ ./laptop.nix ];
|
||||
home-manager.users.${username} = {
|
||||
wayland.windowManager.sway.config = {
|
||||
output."eDP-1".scale = "1.25";
|
||||
workspaceOutputAssign = [
|
||||
{
|
||||
output = "eDP-1";
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
imports = [ ./home/work.nix ];
|
||||
wayland.windowManager.sway.config = {
|
||||
output = {
|
||||
# Built-in
|
||||
"eDP-1".scale = "1.25";
|
||||
# Work
|
||||
"Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
|
||||
# Home
|
||||
|
|
Loading…
Reference in a new issue