tweaked the display scaling script
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
2
home.nix
2
home.nix
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user