Set up specific monitor for lappy, we hope.

This commit is contained in:
jay
2025-06-30 02:39:02 -04:00
parent fbdb145b3c
commit 15cb65e0c3
2 changed files with 11 additions and 1 deletions

View File

@@ -315,7 +315,7 @@
];
settings = {
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
#"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
"$terminal" = "alacritty";
"$filemanager" = "dolphin";
"$menu" = "rofi -show drun -show-icons";

View File

@@ -0,0 +1,10 @@
{ config, pkgs, inputs, lib, ... }:
{
wayland.windowManager.hyprland = {
settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
};
};
}