the monitor is now 30cm moved to the back. adaptions needed.
This commit is contained in:
parent
6c7bc148ae
commit
a6c2e7d033
1 changed files with 5 additions and 4 deletions
9
home.nix
9
home.nix
|
@ -526,6 +526,7 @@
|
|||
smart_gaps inverse_outer
|
||||
'';
|
||||
config = {
|
||||
bars = [];
|
||||
window = {
|
||||
commands = [
|
||||
{
|
||||
|
@ -537,9 +538,9 @@
|
|||
];
|
||||
};
|
||||
gaps = {
|
||||
inner = 50;
|
||||
vertical = 100;
|
||||
horizontal = 600;
|
||||
inner = 30;
|
||||
vertical = 50;
|
||||
horizontal = 400;
|
||||
# smartGaps = true;
|
||||
smartBorders = "on";
|
||||
};
|
||||
|
@ -575,7 +576,7 @@
|
|||
resolution = "3840x2160@30Hz";
|
||||
position = "1280 0";
|
||||
# background = "/home/muhh/Sync/Backgrounds/wald.jpg fill";
|
||||
scale = "1.25";
|
||||
scale = "1.5";
|
||||
};
|
||||
HDMI-A-1 = {
|
||||
resolution = "1920x1080@60.000Hz";
|
||||
|
|
Loading…
Reference in a new issue