diff --git a/pages/Configuring/Multi-GPU.md b/pages/Configuring/Multi-GPU.md index 1c52d24..d9213f1 100644 --- a/pages/Configuring/Multi-GPU.md +++ b/pages/Configuring/Multi-GPU.md @@ -80,7 +80,7 @@ including Hyprland, or default to your dGPU if you prefer. This method ensures that the variable is properly exported to the systemd environment without conflicting with other compositors or desktop environments. ```plain -export AQ_DRM_DEVICES="/dev/dri/card0;/dev/dri/card1" +export AQ_DRM_DEVICES="/dev/dri/card0:/dev/dri/card1" ``` {{< /callout >}}