From 2d0d64c6297f88bfd8bd521e8f5bd7ab342628b5 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 25 Jun 2023 17:18:16 +0200 Subject: [PATCH] Switch monitor configuration --- config/hyprland/hyprland.conf | 2 +- home/christoph/nixinator/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index 981b9afd..14e0d526 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -129,7 +129,7 @@ bind = CTRL ALT, R, moveworkspacetomonitor, 6 HDMI-A-1 bind = CTRL ALT, R, moveworkspacetomonitor, 7 HDMI-A-1 bind = CTRL ALT, R, moveworkspacetomonitor, 8 HDMI-A-1 bind = CTRL ALT, R, moveworkspacetomonitor, 9 HDMI-A-1 -bind = CTRL ALT, R, moveworkspacetomonitor, 10 HDMI-A-3 +bind = CTRL ALT, R, moveworkspacetomonitor, 10 HDMI-A-2 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 3dfb759f..ded59dd1 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -31,7 +31,7 @@ rec { scale = 1; }; - "HDMI-A-3" = { + "HDMI-A-2" = { width = 1920; height = 1080; rate = 60; @@ -43,7 +43,7 @@ rec { workspaces = { "HDMI-A-1" = [1 2 3 4 5 6 7 8 9]; - "HDMI-A-3" = [10]; + "HDMI-A-2" = [10]; }; };