nix/module/common/bash/module/Steam.sh

5 lines
118 B
Bash
Raw Normal View History

2024-03-21 17:52:48 +03:00
# Start Steam with Wayland screen share for Link to work.
function steam_link() {
steam -pipewire -pipewire-dmabuf
}