diff options
author | Frankie B <git@diskfloppy.me> | 2023-09-07 14:29:28 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-09-07 14:29:28 +0100 |
commit | 93ea6a87d84e031c6ee7a878ed51ab07bd15a256 (patch) | |
tree | 92e097b415655a6dbc4017c609b7b467cfb60db9 | |
parent | ea59727240c691486a1d266779869cc4e3e75389 (diff) |
Update monitors config
-rw-r--r-- | homes/floppydisk/hyprland.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix index 3be49f6..c20b038 100644 --- a/homes/floppydisk/hyprland.nix +++ b/homes/floppydisk/hyprland.nix @@ -13,8 +13,8 @@ ]; monitor = [ - "DP-1,1600x900,0x0,1" - "HDMI-A-1,1280x1024,1600x0,1" + "DVI-D-1,1920x1080,1920x0,1" + "HDMI-A-1,1920x1080,0x0,1" ]; input = { |