Skip to content

Instantly share code, notes, and snippets.

@chavezgu
Created May 6, 2015 09:38
Show Gist options
  • Save chavezgu/6c69c9f21a6bec9b30d1 to your computer and use it in GitHub Desktop.
Save chavezgu/6c69c9f21a6bec9b30d1 to your computer and use it in GitHub Desktop.
#!/bin/bash
xrdb -merge ~/.Xresources
xrandr --output DisplayPort-1 --mode 1920x1200 --pos 0x0 --rotate normal --output DisplayPort-0 --off --output DisplayPort-3 --off --output DisplayPort-2 --mode 1920x1200 --pos 1920x0 --rotate normal --output eDP-0 --off --output HDMI-1 --off --output HDMI-0 --off
xsetroot -cursor_name left_ptr
setxkbmap -layout us -variant altgr-intl -option ctrl:nocaps
feh --bg-scale /opt/elx/share/wallpapers/elx_wallpaper_purple_blue.png
dropbox start
dunst -follow mouse &
xmonad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment