Fix the monitor number
This commit is contained in:
parent
64780b92ca
commit
ab4d5ad874
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
wayland.windowManager.hyprland.enable = true;
|
wayland.windowManager.hyprland.enable = true;
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
"$terminal" = "foot";
|
"$terminal" = "foot";
|
||||||
"$menu" = "rofi -show drun";
|
"$menu" = "rofi -show drun";
|
||||||
|
|
||||||
monitor = "DP-3,1920x1080@144,auto,1";
|
monitor = "DP-1,1920x1080@144,auto,1";
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "gb:altgr-intl";
|
kb_layout = "gb:altgr-intl";
|
||||||
|
|
Loading…
Reference in a new issue