Set up specific monitor for lappy, we hope.
This commit is contained in:
@@ -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";
|
||||
|
||||
10
nodes/hosts/lappy/home/jay/home.nix
Normal file
10
nodes/hosts/lappy/home/jay/home.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, inputs, lib, ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user