config screens positions on desktop

This commit is contained in:
2024-11-06 14:05:14 +01:00
parent 9c4ffce6c1
commit 2c35616fef
3 changed files with 25 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
{
wayland.windowManager.hyprland.settings.monitor= [
"eDP-1, 1920x1080@120, 0x0, 1"
"HDMI-A-1, 1920x1080@60, auto, auto"
wayland.windowManager.hyprland.settings.monitor = [
"eDP-1, 1920x1080@120, 0x0, 1"
"HDMI-A-1, 1920x1080@60, auto, auto"
];
}