Skip to content

Instantly share code, notes, and snippets.

@kelsin
Created March 10, 2014 07:25
Show Gist options
  • Save kelsin/9460845 to your computer and use it in GitHub Desktop.
Save kelsin/9460845 to your computer and use it in GitHub Desktop.
My ~/.xprofile
# VirtualBox Guest?
if [ -x /usr/bin/VBoxClient-all ]; then
/usr/bin/VBoxClient-all
fi
# Multi Monitors
xrandr --output VBOX0 --auto --output VBOX1 --auto --right-of VBOX0
# ENV Variables
export PATH="$HOME/.cabal/bin:$HOME/bin:$PATH"
# X Settings
xrdb -load ~/.Xresources
xsetroot -cursor_name left_ptr
xmodmap ~/.Xmodmap
# No Beep
xset b 0
# Hide Mouse Pointer
unclutter -idle 2 -jitter 10 &
# Background
sh ~/.fehbg
# Urxvt daemon
urxvtd -q -o -f
# XCompmgr
xcompmgr -n &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment