feat(hyprland): use iGPU

This commit is contained in:
tux
2025-12-25 16:54:07 +05:30
parent 61f4af216e
commit f71dcfb43c

View File

@@ -35,6 +35,10 @@
spotify = "wezterm start --class wezterm-floating -e spotify_player"; spotify = "wezterm start --class wezterm-floating -e spotify_player";
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
# @TODO: use card by path instead off symlink
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
monitor = "eDP-1,2560x1440@90,0x0,1"; monitor = "eDP-1,2560x1440@90,0x0,1";