feat: use iGPU

This commit is contained in:
tux
2025-12-30 15:32:42 +05:30
parent 206ff0b1c8
commit 7d36194e59

View File

@@ -36,8 +36,7 @@
filemanager = "wezterm start --class wezterm-floating -e superfile"; filemanager = "wezterm start --class wezterm-floating -e superfile";
in { in {
# See https://wiki.hyprland.org/Configuring/Multi-GPU # See https://wiki.hyprland.org/Configuring/Multi-GPU
# @TODO: use card by path instead off symlink env = "AQ_DRM_DEVICES,/dev/dri/card2";
env = "AQ_DRM_DEVICES,/dev/dri/card2:/dev/dri/card1";
#-- Output #-- Output
# See https://wiki.hyprland.org/Configuring/Monitors # See https://wiki.hyprland.org/Configuring/Monitors