Compare commits

...

2 Commits

Author SHA1 Message Date
jay
11fed23ef9 Set up hyprland resolution per device. 2025-06-30 02:56:42 -04:00
jay
15cb65e0c3 Set up specific monitor for lappy, we hope. 2025-06-30 02:39:02 -04:00
3 changed files with 21 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";
};
};
}

View File

@@ -0,0 +1,10 @@
{ config, pkgs, inputs, lib, ... }:
{
wayland.windowManager.hyprland = {
settings = {
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
};
};
}