hyprland: move AQ_DRM_DEVICES to msi hyprland conf

This commit is contained in:
outfoxxed 2025-07-24 19:13:14 -07:00
parent fcca655fd5
commit 641cf1db50
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,5 @@
{ impurity, ... }: { { impurity, ... }: {
hyprland-session = { hyprland-session = {
prerun = "export AQ_DRM_DEVICES=/dev/dri/card1:/dev/dri/card2";
extraConfig = "source = ${impurity.link ./hyprland.conf}"; extraConfig = "source = ${impurity.link ./hyprland.conf}";
extraConfigStatic = "source = ${./hyprland.conf}"; extraConfigStatic = "source = ${./hyprland.conf}";
}; };

View file

@ -1,3 +1,5 @@
env = AQ_DRM_DEVICES,/dev/dri/card1:/dev/dri/card2
monitor = eDP-1, 1920x1080@240Hz, 0x1440, 1 monitor = eDP-1, 1920x1080@240Hz, 0x1440, 1
monitor = DP-1, 5120x1440@120Hz, 1350x0, 1 monitor = DP-1, 5120x1440@120Hz, 1350x0, 1
monitor = , preferred, auto, 1 monitor = , preferred, auto, 1