This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<match target="font"> | |
<edit mode="assign" name="rgba"> | |
<const>rgb</const> | |
</edit> | |
</match> | |
<match target="font"> | |
<edit mode="assign" name="hinting"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env ruby | |
# frozen_string_literal: true | |
# author: Nick Pelone <[email protected]> | |
# Convert an input video file into VP9/WebM via a two-pass encoding process. | |
# The null file descriptor, platform-dependent. | |
# (This is where we send the first pass to, see: https://trac.ffmpeg.org/wiki/Encode/VP9) | |
NULL_FILEPTR = Gem.win_platform? ? 'NUL' : '/dev/null' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo cat /proc/acpi/bbswitch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Full Split Push, No Support(Heal)] | |
http://www.heroesfire.com/hots/talent-calculator/abathur#lMJc | |
[Full Support, Clone Build] | |
http://www.heroesfire.com/hots/talent-calculator/abathur#pAHL | |
[AOE Focused] | |
http://www.heroesfire.com/hots/talent-calculator/abathur#hX_L |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!---volume keys--> | |
</keybind> | |
<keybind key="XF86AudioRaiseVolume"> | |
<action name="Execute"> | |
<execute>amixer sset Master 2+</execute> | |
</action> | |
</keybind> | |
<keybind key="XF86AudioLowerVolume"> | |
<action name="Execute"> | |
<execute>amixer sset Master 2-</execute> |