mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Remove unused monitors
This commit is contained in:
parent
aca56e3a98
commit
26f0ed9564
1 changed files with 1 additions and 8 deletions
|
|
@ -16,12 +16,5 @@
|
|||
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"
|
||||
];
|
||||
workspace = [ "m[HDMI-A-1],layoutopt:orientation:top" ];
|
||||
};
|
||||
wayland.windowManager.hyprland.settings.monitor = [ "DP-1,2560x1440@144,0x0,1" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue