From ec3be3c7b172a4a0b6cba93179c7efdee6b76276 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 3 Jun 2024 21:23:25 +0200 Subject: [PATCH] pinwheel: Update path for HDMI card --- hosts/pinwheel/modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 72d3ceb..402e5d2 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -194,7 +194,7 @@ in # waybar is buggy and duplicates workspaces somtimes pkill waybar && waybar & disown - HDMI_STATUS=$(cat /sys/class/drm/card0-HDMI-A-1/status) + HDMI_STATUS=$(cat /sys/class/drm/card1-HDMI-A-1/status) INTERNAL_WIDTH=1920 INTERNAL_HEIGHT=1200