Skip to content

Instantly share code, notes, and snippets.

@ghorn
Created March 26, 2014 23:59
Show Gist options
  • Save ghorn/9796664 to your computer and use it in GitHub Desktop.
Save ghorn/9796664 to your computer and use it in GitHub Desktop.
ghorn@adler:~$ cat .xsession
# .xsesssion
# nicer looking cursor
xsetroot -cursor_name left_ptr
# background image
xloadimage -onroot -fullscreen ~/Dropbox/desktop_backgrounds/trex_aviators.jpg
# key repeat delay to 250ms, repeat rate to 35Hz
xset r rate 250 35
# put monitors side by side
#xrandr --output VGA1 --auto --right-of HDMI1
#xrandr --output HDMI2 --auto --right-of VGA1
xrandr --output VGA1 --auto --right-of HDMI1 --output HDMI2 --auto --right-of VGA1
# redshift goes here??
# #!/usr/bin/env bash
redshift -l 50.875:4.71558 -t 6500:3400 -m vidmode &
# start xmonad
~/.cabal/bin/xmonad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment