Skip to content

Instantly share code, notes, and snippets.

View alkemyst's full-sized avatar

Stefano Mersi alkemyst

View GitHub Profile
@alkemyst
alkemyst / setup-shared-audio.sh
Created December 8, 2022 10:37 — forked from 5310/setup-shared-audio.sh
Setup Pulseaudio modules to merge a mic and an application for input #script
# Enter your input and output device names here
source=bluez_source.98_09_CF_F3_12_0F.headset_head_unit
sink=bluez_sink.98_09_CF_F3_12_0F.headset_head_unit
# Module names
sharednull=shared-null-sink
sharedsink=shared-sink
sharedsource=shared-source
# Cleanup devices left over from prior runs
@alkemyst
alkemyst / .XCompose
Created October 8, 2018 08:59 — forked from 5310/.XCompose
[Defunct] My sequences for use with the Compose key. Based off of kragen/xcompose and then overridden. Now part of Bash-It dotfiles repo. #dotfile
# ~/.XCompose
### Based on the en_US.UTF locale. ###
include "/usr/share/X11/locale/en_US.UTF-8/Compose"
### Populated with Kragen's additions. ###