doc: gamescope commands
This commit is contained in:
parent
98d745584f
commit
dec3f4179c
3 changed files with 14 additions and 8 deletions
|
@ -10,7 +10,8 @@ input {
|
|||
kb_model =
|
||||
kb_rules =
|
||||
follow_mouse = 1
|
||||
force_no_accel = true
|
||||
# force_no_accel = true
|
||||
accel_profile = flat
|
||||
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
# Mice : hyprctl devices
|
||||
# -----------------------------------------------------
|
||||
|
||||
device {
|
||||
name = instant-usb-gaming-mouse-
|
||||
sensitivity=0.5
|
||||
natural_scroll=0
|
||||
accel_profile=flat
|
||||
}
|
||||
# device {
|
||||
# name = instant-usb-gaming-mouse-
|
||||
# sensitivity=0.1
|
||||
# natural_scroll=0
|
||||
# accel_profile=flat
|
||||
# }
|
|
@ -31,10 +31,14 @@ Modify the game's launch options on Steam to use the created script. Right-click
|
|||
|
||||
- Enable GameMode :
|
||||
```gamemoderun %command%```
|
||||
|
||||
- Enable MangoHud :
|
||||
```env MANGOHUD=1 %command%```
|
||||
- ```env MANGOHUD=1 %command%```
|
||||
- ```mangohud %command%```
|
||||
|
||||
- Enable GameScope :
|
||||
- with fsr : ```gamescope -f -F fsr -- %command%```
|
||||
- with gamemode : ```gamemoderun gamescope -f -F fsr -- %command%```
|
||||
|
||||
- downscale resolution :
|
||||
- ```gamescope -f -F fsr -w 1980 -h 1080 -W 1600 -H 900 -- %command%```
|
||||
|
@ -44,6 +48,7 @@ Modify the game's launch options on Steam to use the created script. Right-click
|
|||
|
||||
- fps cap : ```gamescope -f -F fsr -r 30 -- %command%```
|
||||
|
||||
|
||||
## Disable Fps Cap on Valve Game
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Reference in a new issue