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 | |
# Copyright (c) 2015, Shawn Debnath. All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without modification, | |
# are permitted provided that the following conditions are met: | |
# | |
# 1. Redistributions of source code must retain the above copyright notice, this | |
# list of conditions and the following disclaimer. | |
# |
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 name="lcdfilter" mode="assign"> | |
<const>lcddefault</const> | |
</edit> | |
</match> | |
<match target="font"> | |
<edit mode="assign" name="rgba"> | |
<const>none</const> |
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
xterm*termName: xterm-256color | |
xterm*locale: true | |
xterm*faceName: DejaVuSansMono:size=12:antialias=true | |
xterm*metaSendsEscape: true | |
xterm*saveLines: 16384 | |
xterm*loginShell: true |
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
unbind C-b | |
set -g prefix C-a | |
bind C-a send-prefix | |
set -g history-limit 10000 | |
## set the default TERM | |
set -g default-terminal xterm-256color | |
setw -g mode-keys vi |
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
# - - - Logitech Marble Mouse Settings - - - | |
# | |
# For the sake of comments below, a Logitech Marble Mouse has buttons | |
# labeled from left to right: A (large), B, C, D (large). | |
# Preferred options for right-handed usage are: | |
# Left to right: A=1,normal click B=2,middle-click C=2,middle-click D=3,right-click | |
# Press button B (hold button while rolling trackball) to emulate wheel-scrolling. | |
# Preferred options for left-handed usage (saying 'alternate-click' instead of 'right click'): |