2024-04-15 17:19:38 +02:00
|
|
|
# sway-dynamic
|
|
|
|
|
2024-04-15 17:31:37 +02:00
|
|
|
Dynamically switch between sway and sway-nvidia based on active gpu.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
When booting a GPU set the environment variable `GPUMODE=<driver>` with something
|
|
|
|
like `systemd.setenv=GPUMODE=<driver>`. The script will decide how to
|
|
|
|
launch sway depending on this variable. Possible values:
|
|
|
|
|
|
|
|
- `nvidia`
|
|
|
|
- `nouveau`
|
|
|
|
|
|
|
|
|