Skip to content

Commit

Permalink
fix external monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Nov 12, 2024
1 parent 006cac7 commit 8984735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/modules/wayland/hyprland/scripts.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ lib, writeShellScriptBin }:

let
intMonitor = "DP-1";
extMonitor = "DP-2";
intMonitor = "eDP-1";
extMonitor = "model:M27U";

monitorsConf = "$XDG_CONFIG_HOME/hypr/monitors.conf";

Expand Down

0 comments on commit 8984735

Please sign in to comment.