App : Add steam_link.
This commit is contained in:
parent
a3cb469cc2
commit
8e7cb82ef7
4
module/common/bash/module/App.sh
Normal file
4
module/common/bash/module/App.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# Start steam in Steam Link mode.
|
||||||
|
function steam_link() {
|
||||||
|
steam -pipewire -pipewire-dmabuf
|
||||||
|
}
|
Loading…
Reference in a new issue