mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-25 09:58:45 +01:00
Update README.md
This commit is contained in:
parent
e9190cd1ec
commit
588c89a714
1 changed files with 4 additions and 2 deletions
|
@ -86,8 +86,10 @@ Conty can be run from a terminal emulator. To run a program inside Conty, simply
|
|||
```
|
||||
$ ./conty.sh [command] [command_arguments]
|
||||
$ ./conty.sh steam
|
||||
$ ./conty.sh /usr/bin/bottles
|
||||
$ HOME_DIR=~/Documents/Conty ./conty.sh gamescope -f -- env WINEPREFIX=$HOME/wine-conty wine ./game.exe
|
||||
$ ./conty.sh bottles
|
||||
$ ./conty.sh /usr/bin/steam
|
||||
$ ./conty_lite.sh mangohud glxgears
|
||||
$ WINEPREFIX=$HOME/wine-conty ./conty.sh gamescope -f -- wine ./game.exe
|
||||
```
|
||||
|
||||
### GUI
|
||||
|
|
Loading…
Reference in a new issue