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 b8a8351d166b6a39f04a5c1290e935254bb7c879
parent 886268f5c68d22ad556711fe3b072d8747258b1f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 18 Mar 2014 09:37:24 +0100

Added special background image call for iddqd

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

diff --git a/.xinitrc b/.xinitrc @@ -1,5 +1,7 @@ #!/bin/bash +HOSTNAME=`hostname` + # Disable beeps xset -b @@ -10,7 +12,11 @@ xsetroot -cursor_name left_ptr & #xsetroot -solid '#222222' & #hsetroot -cover ~/wallpapers/blue-gradient.jpg #hsetroot -tile ~/wallpapers/solarized-pattern.png -hsetroot -cover ~/wallpapers/octahedron-bg-gimp.png +if [[ "$HOSTNAME" == 'iddqd' ]]; then + hsetroot -fill ~/wallpapers/octahedron-bg-gimp-double.png +else + hsetroot -cover ~/wallpapers/octahedron-bg-gimp.png +fi # Hide mouse on inactivity unclutter -grab -noevents -root & @@ -80,7 +86,6 @@ setxkbmap -option ctrl:nocaps xbindkeys # Setup two monitors at iddqd -HOSTNAME=`hostname` if [[ "$HOSTNAME" == 'iddqd' ]]; then owncloud & dropbox start &