mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Set monitor orientation on a per host basis
This commit is contained in:
parent
265ea35fb2
commit
bb47ab177d
2 changed files with 8 additions and 7 deletions
|
|
@ -17,10 +17,13 @@
|
|||
pkgs.gimp
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"Unknown-1,disable"
|
||||
"DP-1,2560x1440@144,0x0,1"
|
||||
"HDMI-A-1,2560x1440@60,-1440x-617,1,transform,1"
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor = [
|
||||
"Unknown-1,disable"
|
||||
"DP-1,2560x1440@144,0x0,1"
|
||||
"HDMI-A-1,2560x1440@60,-1440x-617,1,transform,1"
|
||||
];
|
||||
workspace = [ "m[HDMI-A-1],layoutopt:orientation:top" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue