mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 20:25:59 +01:00
Made some settings' comments clearer
This commit is contained in:
parent
31dc70a41a
commit
6ba5edd13e
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ input {
|
||||||
|
|
||||||
general {
|
general {
|
||||||
max_fps=60 # deprecated, unused
|
max_fps=60 # deprecated, unused
|
||||||
sensitivity=0.25
|
sensitivity=0.25 # sensitivity for mouse cursor
|
||||||
main_mod=SUPER
|
main_mod=SUPER
|
||||||
|
|
||||||
gaps_in=5
|
gaps_in=5
|
||||||
|
@ -27,7 +27,7 @@ general {
|
||||||
col.active_border=0x66ee1111
|
col.active_border=0x66ee1111
|
||||||
col.inactive_border=0x66333333
|
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
|
damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue