5 lines
94 B
Bash
5 lines
94 B
Bash
# Start steam in Steam Link mode.
|
|
function steam_link() {
|
|
steam -pipewire -pipewire-dmabuf
|
|
}
|