Skip to content

Instantly share code, notes, and snippets.

@julenwang
julenwang / BarrierMouseSpeedFix.ps1
Created October 12, 2021 10:14 — forked from psignoret/BarrierMouseSpeedFix.ps1
Adjust the mouse speed when using Barrier (on Windows) to control another computer.
<#
.SYNOPSIS
Adjust the mouse speed when using Barrier (on Windows) to control another computer.
.DESCRIPTION
When using Barrier (https://github.com/debauchee/barrier) across two computers of different
resolutions/DPIs, the server's mouse speed may be too fast or too slow on the client computer:
https://github.com/debauchee/barrier/issues/741. This script monitors Barrier's log file and adjusts
the server's mouse speed when the mouse has moved onto the client.
@julenwang
julenwang / extract-subtitles-from-mkv.md
Created April 8, 2023 14:04 — forked from pavelbinar/extract-subtitles-from-mkv.md
Extract subtitles from .mkv files on Mac OS X