Skip to content

Instantly share code, notes, and snippets.

View kodx's full-sized avatar

Yegor Bayev kodx

View GitHub Profile
@Monsterovich
Monsterovich / .asoundrc
Last active June 26, 2018 13:37
Set different volume levels for each app in ALSA (fuck pulseaudio) + you can record sound from soundcard
#
# Defaults
#
# Step 1: Put this file to $HOME
# Step 2: Configure your application http://www.zimagez.com/zimage/2017-03-1121-55-45.php
# Have fun! http://www.zimagez.com/zimage/2017-03-1121-56-31.php
#
# Defaults
#
@eddiefisher
eddiefisher / eventcmd
Last active March 21, 2016 16:02
mcabber eventcmd osx notification via ruby
#!/usr/bin/env ruby
require 'terminal-notifier'
event, arg1, arg2, filename = ARGV
history = "#{Dir.home}/.mcabber/histo"
filename = "#{history}/#{arg2}"
log = File.open "#{Dir.home}/.mcabber/eventcmd.log", 'a'