One version of waynergy made a bad assumption about mousewheel speed if you're using the wl-roots method of input handling and would set the multiplier to 8, causing the mousewheel to send things spinning out of contorl. That's been fixed but there's no harm in declaring this explicitly anyway.
39 lines
509 B
INI
39 lines
509 B
INI
host = 192.168.2.1
|
|
name = arcana
|
|
xkb_key_offset = 8
|
|
|
|
[wlr]
|
|
wheel_mult = 1
|
|
|
|
[tls]
|
|
enable = false
|
|
tofu = false
|
|
|
|
[log]
|
|
level = 0
|
|
mode = a
|
|
path = /tmp/waynergy.log
|
|
|
|
[idle-inhibit]
|
|
method = none
|
|
|
|
[raw-keymap]
|
|
offset = 0
|
|
offset_on_explicit = false
|
|
331 = 113 #LEFT
|
|
328 = 111 #UP
|
|
333 = 114 #RIGHT
|
|
336 = 116 #DOWN
|
|
338 = 118 #INS
|
|
327 = 110 #HOME
|
|
329 = 112 #PGUP
|
|
339 = 119 #DEL
|
|
335 = 115 #END
|
|
337 = 117 #PGDN
|
|
347 = 133 #WIN
|
|
312 = 108 #RALT
|
|
349 = 135 #MENU
|
|
|
|
284 = 104 #KPEN
|
|
325 = 77 #NMLK
|
|
309 = 106 #KP/
|