Merge branch 'main' into containers
This commit is contained in:
commit
d7812f37c3
22 changed files with 183 additions and 181 deletions
|
|
@ -13,6 +13,7 @@
|
|||
y = 0;
|
||||
bar = "top";
|
||||
scale = 1.175; # Idk why hyprland doesn't think 1.25 is invalid but whatever.
|
||||
wallpaper = ../../misc/wallpaper.png;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
timers = {
|
||||
backup.enable = true;
|
||||
rooms.enable = false;
|
||||
rooms.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@
|
|||
x = 0;
|
||||
y = 0;
|
||||
wallpaper = ../../misc/landscape.png;
|
||||
refreshRate = "165";
|
||||
resolution = "2560x1440";
|
||||
}
|
||||
{
|
||||
output = "DP-3";
|
||||
|
|
@ -19,6 +21,8 @@
|
|||
transform = 1;
|
||||
wallpaper = ../../misc/portrait.png;
|
||||
bar = "top";
|
||||
refreshRate = "165";
|
||||
resolution = "2560x1440";
|
||||
}
|
||||
];
|
||||
bindWorkspaces = "interlaced";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue