.xsessionrc

Fri, 27 May 2016 18:02:00 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 27 May 2016 18:02:00 -0400
changeset 325
6dc43d41bed1
parent 282
f6890bef382e
child 378
e13ba40f4533
permissions
-rw-r--r--

cheaply color diffs, disable nested quote colors

#!/bin/bash

if [ "$(uname -s)" = "OpenBSD" ]; then
  PATH="/usr/X11R6/bin:$PATH"
fi

xcompmgr -n &>/dev/null </dev/null &

xmodmap ~/.xmodmaprc

if [ -r ~/.Xdefaults.local ]; then
  xrdb -quiet -merge -DUSE_LOCAL ~/.Xdefaults
fi

urxvtd -q -o -f

if [ -r ~/.xsessionrc.local ]; then
  . ~/.xsessionrc.local
fi

mercurial