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