mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-02-14 20:42:45 +00:00
feat: change aero layout
This commit is contained in:
@@ -15,10 +15,18 @@
|
|||||||
kdePackages.okular
|
kdePackages.okular
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
wayland.windowManager.hyprland.settings.monitor = [
|
wayland.windowManager.hyprland.settings = {
|
||||||
"eDP-1,3840x2160@60,0x0,2"
|
general.layout = "master";
|
||||||
"HDMI-A-4,2560x1440@75,1920x-768,1"
|
master = {
|
||||||
];
|
orientation = "right";
|
||||||
|
mfact = 0.65;
|
||||||
|
always_keep_position = true;
|
||||||
|
};
|
||||||
|
monitor = [
|
||||||
|
"eDP-1,3840x2160@60,0x0,2"
|
||||||
|
"HDMI-A-4,2560x1440@75,1920x-768,1"
|
||||||
|
];
|
||||||
|
};
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
nm-applet = {
|
nm-applet = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
|||||||
Reference in New Issue
Block a user