From dec3f4179c8d2c0bb416b1179212f30e5e077d0a Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sun, 17 Mar 2024 16:08:44 +0330 Subject: [PATCH] doc: gamescope commands --- configs/hyprland/hypr/conf/input.conf | 3 ++- configs/hyprland/hypr/conf/mice.conf | 12 ++++++------ guides/gaming-void.md | 7 ++++++- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/configs/hyprland/hypr/conf/input.conf b/configs/hyprland/hypr/conf/input.conf index fe3d635..84d5b5f 100644 --- a/configs/hyprland/hypr/conf/input.conf +++ b/configs/hyprland/hypr/conf/input.conf @@ -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 diff --git a/configs/hyprland/hypr/conf/mice.conf b/configs/hyprland/hypr/conf/mice.conf index 6723942..f4bd7ea 100644 --- a/configs/hyprland/hypr/conf/mice.conf +++ b/configs/hyprland/hypr/conf/mice.conf @@ -2,9 +2,9 @@ # Mice : hyprctl devices # ----------------------------------------------------- -device { - name = instant-usb-gaming-mouse- - sensitivity=0.5 - natural_scroll=0 - accel_profile=flat -} \ No newline at end of file +# device { +# name = instant-usb-gaming-mouse- +# sensitivity=0.1 +# natural_scroll=0 +# accel_profile=flat +# } \ No newline at end of file diff --git a/guides/gaming-void.md b/guides/gaming-void.md index fd63ed9..fcfb27f 100644 --- a/guides/gaming-void.md +++ b/guides/gaming-void.md @@ -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