diff --git a/Home.md b/Home.md index 5441110..1634d18 100644 --- a/Home.md +++ b/Home.md @@ -501,8 +501,7 @@ This script detects which is the device path of the integrated card and launches ```sh #!/bin/sh val=$(udevadm info -a -n /dev/dri/card1 | grep boot_vga | rev | cut -c 2) -cmd="WLR_DRM_DEVICES=/dev/dri/card$val sway" -eval "$cmd" +WLR_DRM_DEVICES="/dev/dri/card$val" sway ``` You can also configure multiple graphics cards like so: