I think am going to start jotting down notes here and make random remarks as well...
To make my motherboard play nice with Linux, enable IOMMU in BIOS!
To map the side buttons to PageUp and PageDown for my Corsair M65:
$ egrep "Name|Handlers" /proc/bus/input/devices
N: Name="Corsair Corsair M65 Gaming Mouse"
H: Handlers=mouse0 event0
N: Name="Corsair Corsair M65 Gaming Mouse"
H: Handlers=sysrq kbd event1
N: Name="Corsair Corsair M65 Gaming Mouse"
H: Handlers=kbd event2
N: Name="Cypress USB Keyboard"
H: Handlers=sysrq kbd event3
N: Name="Cypress USB Keyboard"
H: Handlers=kbd event4
pacman -S xbindkey xvkbd
xbindkeys --defaults > /home/coolj08/.xbindkeysrc
Modify and add in the .xbindkeysrc:
# Page Up
"xvkbd -text "\[Prior]""
m:0x0 + b:9
"xvkbd -text "\[Next]""
m:0x0 + b:8
Then run xbindkeys...
$ xbindkeys
If you've already ran it and made changes aftwards, do the following to kill it...
$ pkill -f xbindkeys
No comments:
Post a Comment