tweaked the display scaling script

This commit is contained in:
2024-02-09 19:00:51 +01:00
parent 55f1ce62d7
commit 15ba62a5f8
3 changed files with 4 additions and 0 deletions

View File

@@ -22,5 +22,6 @@
};
xsession.windowManager.i3.extraConfig = ''
exec xrandr --output DisplayPort-0 --scale 0.75x0.75
exec feh --bg-scale ~/.config/home-manager/xenia.png
'';
}