mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
i3: move DPI settings
This commit is contained in:
parent
fa19eac19d
commit
8924c22c74
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ in
|
||||||
services.xserver.windowManager.i3 = {
|
services.xserver.windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
echo 'Xft.dpi: 96' > ~/.Xresources
|
echo 'Xft.dpi: 96' | xrdb -merge
|
||||||
echo 'Xcursor.size: 24' >> ~/.Xresources
|
echo 'Xcursor.size: 24' | xrdb -merge
|
||||||
xsetroot -solid '#333333'
|
xsetroot -solid '#333333'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue