mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 19:45:58 +01:00
Merge pull request #252 from squidgyberries/ex-conf-improvements
Made some settings' comments clearer
This commit is contained in:
commit
f1a5cb4979
2 changed files with 5 additions and 7 deletions
|
@ -17,8 +17,7 @@ input {
|
|||
}
|
||||
|
||||
general {
|
||||
max_fps=60 # deprecated, unused
|
||||
sensitivity=0.25
|
||||
sensitivity=1.0 # for mouse cursor
|
||||
main_mod=SUPER
|
||||
|
||||
gaps_in=5
|
||||
|
@ -27,7 +26,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 # whether to 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 +96,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
|
||||
bind=ALT,0,movetoworkspace,10
|
||||
|
|
|
@ -24,8 +24,7 @@ input {
|
|||
}
|
||||
|
||||
general {
|
||||
max_fps=60 # deprecated, unused
|
||||
sensitivity=0.25
|
||||
sensitivity=1.0 # for mouse cursor
|
||||
main_mod=SUPER
|
||||
|
||||
gaps_in=5
|
||||
|
@ -34,7 +33,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 # whether to 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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue