diff options
author | vaxerski <[email protected]> | 2022-04-09 20:07:47 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-09 20:07:47 +0200 |
commit | 787c82212dc9e2d5908bcd4fd85e227d2b0ff85e (patch) | |
tree | 399815fff5519a4a9995b6b36bcb0920e6780f87 /example | |
parent | 91a6c53197887a15ca3914f6488850da8bb305f6 (diff) | |
download | Hyprland-787c82212dc9e2d5908bcd4fd85e227d2b0ff85e.tar.gz Hyprland-787c82212dc9e2d5908bcd4fd85e227d2b0ff85e.zip |
don't use 240fps in example
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 59dc6b07..d7f68b46 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -15,7 +15,7 @@ input { } general { - max_fps=240 + max_fps=60 sensitivity=0.25 main_mod=SUPER |