dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d9957b5be7b96ec029547b366a2a0229a854cf02
parent 44b2861a8a89aed11078b30e4375935cf5a68c26
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 13 Apr 2014 11:37:07 +0200

always start cloud clients

Diffstat:
M.xinitrc | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -85,10 +85,12 @@ setxkbmap -option ctrl:nocaps # Read .xbindkeysrc for special key-bindings xbindkeys +# cloud clients +owncloud & +dropbox start & + # Setup two monitors at iddqd if [[ "$HOSTNAME" == 'iddqd' ]]; then - owncloud & - dropbox start & xrandr --output DVI-D-0 --primary xrandr --output DP-1 --auto --left-of DVI-D-0