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 = '' xsession.windowManager.i3.extraConfig = ''
exec xrandr --output DisplayPort-0 --scale 0.75x0.75 exec xrandr --output DisplayPort-0 --scale 0.75x0.75
exec feh --bg-scale ~/.config/home-manager/xenia.png
''; '';
} }

View File

@@ -293,6 +293,8 @@
backup = "$HOME/.borg/backup.sh"; backup = "$HOME/.borg/backup.sh";
grep = "rg"; grep = "rg";
fox = "cat"; fox = "cat";
t = "task";
hl = "hledger";
}; };
programs.neovim = { programs.neovim = {
enable = true; enable = true;

View File

@@ -6,3 +6,4 @@ then
else else
xrandr --output DisplayPort-0 --scale 0.75x0.75 xrandr --output DisplayPort-0 --scale 0.75x0.75
fi fi
feh --bg-scale ~/.config/home-manager/xenia.png