5 lines
118 B
Bash
5 lines
118 B
Bash
# Start Steam with Wayland screen share for Link to work.
|
|
function steam_link() {
|
|
steam -pipewire -pipewire-dmabuf
|
|
}
|