diff options
author | thinkingwithberries <[email protected]> | 2022-06-23 18:26:48 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-23 18:26:48 +0800 |
commit | 6ba5edd13ec3e92045547602261ac3ffa89c8dcc (patch) | |
tree | 85b8669b5fc5a15529e3b0cc0359b94a0428c3db | |
parent | 31dc70a41a605b09e31bb7394fc0e339a1b82418 (diff) | |
download | Hyprland-6ba5edd13ec3e92045547602261ac3ffa89c8dcc.tar.gz Hyprland-6ba5edd13ec3e92045547602261ac3ffa89c8dcc.zip |
Made some settings' comments clearer
-rw-r--r-- | example/hyprland.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 931baf49..0f4715a4 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -18,7 +18,7 @@ input { general { max_fps=60 # deprecated, unused - sensitivity=0.25 + sensitivity=0.25 # sensitivity for mouse cursor main_mod=SUPER gaps_in=5 @@ -27,7 +27,7 @@ general { col.active_border=0x66ee1111 col.inactive_border=0x66333333 - apply_sens_to_raw=0 # do not apply the sensitivity to raw input (e.g. used by games where you aim) + apply_sens_to_raw=0 # apply the sensitivity to raw input (e.g. used by games where you aim using your mouse) damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer } @@ -97,4 +97,4 @@ bind=ALT,6,movetoworkspace,6 bind=ALT,7,movetoworkspace,7 bind=ALT,8,movetoworkspace,8 bind=ALT,9,movetoworkspace,9 -bind=ALT,0,movetoworkspace,10
\ No newline at end of file +bind=ALT,0,movetoworkspace,10 |