Skip to content

Instantly share code, notes, and snippets.

View rockerbacon's full-sized avatar

Vitor Santos rockerbacon

  • Rio de Janeiro - Brazil
View GitHub Profile
@rockerbacon
rockerbacon / 99-g10s-airmouse.hwdb
Created October 21, 2023 20:55
G10s airmouse hwdb configuration for better usability under Linux.
evdev:input:b0003v4842p0001e0201*
KEYBOARD_KEY_0C0041=enter
KEYBOARD_KEY_0C0224=esc
@rockerbacon
rockerbacon / run-parsec.sh
Created July 29, 2018 23:06
Bash script for easily running Parsec's web app in Linux distros. Remember to edit the PARSEC_APP variable according to your browser
#!/bin/bash
#Command for running the web app
PARSEC_APP="google-chrome-stable ui.parsecgaming.com"
#PARSEC_APP="google-chrome --profile-directory=Default --app-id=heklcdmcmclhhhaholelehcafdpbemdn"
#If the daemon is already running, you can either restart the daemon or attempt to join the web app with the currently running daemon
#This variable determines if a join is to be attempted
ATTEMPT_JOIN_DAEMON=false