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 7cf03ba349a34c2f3cea918267baf231526321e2
parent f011c91de84b341fbec9322050a685f471820a0c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  6 Mar 2014 16:57:31 +0100

start cloud clients if iddqd

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

diff --git a/.xinitrc b/.xinitrc @@ -63,9 +63,6 @@ dunst & #gnome-volume-manager & # for mounting CDs, USB sticks, and such #eval `gnome-keyring-daemon` # SSH/GPG agent -#owncloud & -#dropbox start & - # Enable tap-to-click on touchpad synclient TapButton1=1 TapButton2=2 TapButton3=3 @@ -84,6 +81,9 @@ xbindkeys # Setup two monitors at iddqd HOSTNAME=`hostname` if [[ "$HOSTNAME" == 'iddqd' ]]; then + owncloud & + dropbox start & + xrandr --output DVI-D-0 --primary xrandr --output DP-1 --auto --left-of DVI-D-0 fi