Skip to content

Instantly share code, notes, and snippets.

View professorjamesmoriarty's full-sized avatar

John Jenkins professorjamesmoriarty

View GitHub Profile
Xft.dpi: 96
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
xcalendar*firstDay: 1
xcalendar*markHoliday: false
Xft.dpi: 96
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! Make Transparent
URxvt*.transparent: true
# Less Colors for Man Pages
export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold
export LESS_TERMCAP_me=$'\E[0m' # end mode
export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box
export LESS_TERMCAP_ue=$'\E[0m' # end underline
export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline
#!/bin/bash
#colors
clear="#652f90"
grey="#7D7D7D"
default="#222222"
green="#4E9A06"
lightgreen="#6DDD00"
dark="#1A1A1A"
dblue="#1874cd"
blue="#63b8ff"
Xft.dpi: 96
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! Make Transparent
URxvt*.transparent: true
#!/bin/bash
#colors
clear="#652f90"
grey="#7D7D7D"
default="#222222"
green="#4E9A06"
lightgreen="#6DDD00"
dark="#1A1A1A"
dblue="#1874cd"
blue="#63b8ff"
freenode.addresses = "chat.freenode.net/7000"
freenode.proxy
freenode.ipv6
freenode.ssl = on
freenode.ssl_cert = "/home/shaggy/.weechat/ssl-cert/GandiStandardSSLCA.crt"
freenode.ssl_priorities
freenode.ssl_dhkey_size = 1024
freenode.ssl_verify
freenode.password
freenode.capabilities
#
# WMFS2 configuration file
#
# Possible file inclusion:
# @include "file"
@include ~/.config/wmfs/wmfs_rules
# Multi theme section
#!/bin/bash
#colors
clear="#652f90"
grey="#7D7D7D"
default="#222222"
green="#4E9A06"
lightgreen="#6DDD00"
dark="#1A1A1A"
dblue="#1874cd"
blue="#63b8ff"
#!/bin/bash
nbmail="$(cat /home/shaggy/.emailstatus)"
if [ -z "$nbmail" ]; then
echo "no new"
else
if [ $nbmail != 0 ]; then
echo "$nbmail message(s)"
fi