increase mouse wheel scroll speed
This commit is contained in:
parent
fdebdb0932
commit
e7d622505e
|
@ -35,6 +35,9 @@
|
||||||
|
|
||||||
(setopt tab-bar-show 1)
|
(setopt tab-bar-show 1)
|
||||||
|
|
||||||
|
; this is 99% based off the default value, only the number is changed
|
||||||
|
(setq mouse-wheel-scroll-amount '(3 ((shift) . hscroll) ((meta)) ((control meta) . global-text-scale) ((control) . text-scale)))
|
||||||
|
|
||||||
(let ((mono-spaced-font "Cascadia Code")
|
(let ((mono-spaced-font "Cascadia Code")
|
||||||
(proportionately-spaced-font "Sans"))
|
(proportionately-spaced-font "Sans"))
|
||||||
(set-face-attribute 'default nil :family mono-spaced-font :height 120)
|
(set-face-attribute 'default nil :family mono-spaced-font :height 120)
|
||||||
|
|
Loading…
Reference in a new issue