Skip to content

Commit

Permalink
Add sane default value for pointer_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
JLErvin committed Oct 25, 2020
1 parent 095275c commit d4c153d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion berryc.1
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ takes precedence.
.TP
\fBpointer_interval\fR \fBn\fR
Set the minimum interval for processing motion events to n.
Set to a default value of 17.
Set to a default value of 0.
Useful for input lag on high refresh rate screens.
If you experience input lag on high refresh rate screens, try a value around 15.
.
.tp
\fbquit\fr
Expand Down
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
#define DECORATE_NEW true
#define MOVE_MASK Mod4Mask
#define RESIZE_MASK Mod1Mask
#define POINTER_INTERVAL 17
#define POINTER_INTERVAL 0

#endif

0 comments on commit d4c153d

Please sign in to comment.