# HG changeset patch # User Christophe Lincoln # Date 1240613362 -7200 # Node ID 49ae4618aaf7764688b0582f68c531518a07dbe5 # Parent 5060e62b598c924d732ccb81030446f28fb3ac59 slitaz-configs: Move root config files to the source package diff -r 5060e62b598c -r 49ae4618aaf7 slitaz-configs/receipt --- a/slitaz-configs/receipt Fri Apr 24 17:08:48 2009 +0200 +++ b/slitaz-configs/receipt Sat Apr 25 00:49:22 2009 +0200 @@ -17,7 +17,6 @@ { # Copy all rootfs from the stuff and set permissions. cp -a $src/rootfs/* $fs - cp -a stuff/root $fs chown -R root.root $fs chmod 0750 $fs/root } diff -r 5060e62b598c -r 49ae4618aaf7 slitaz-configs/stuff/root/.Xdefaults --- a/slitaz-configs/stuff/root/.Xdefaults Fri Apr 24 17:08:48 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -!~/.Xdefault: Control the behavior of x-clients. -! - -! Xcursor theme (~/.icons). -! -!Xcursor.theme: slitaz-polar - -! XTerm settings. -! -xterm*background: black -xterm*foreground: white -xterm*cursorColor: #6AA2D8 -xterm*scrollBar: off -xterm*faceName: DejaVu Sans Mono -xterm*faceSize: 11 - -! Xload settings. -! -!xload*background: black -!xload*foreground: lightblue diff -r 5060e62b598c -r 49ae4618aaf7 slitaz-configs/stuff/root/.gtkrc-2.0 --- a/slitaz-configs/stuff/root/.gtkrc-2.0 Fri Apr 24 17:08:48 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -# ~/.gtkrc-2.0 - GTK+ theme, icon and font configuration. -# -# System files : /usr/share/{themes,icons,fonts} -# Personal files : ~/.icons and ~/.fonts -# - -gtk-theme-name = "Clearlooks-DeepSky" -#gtk-theme-name = "Clearlooks-Quicksilver" -#gtk-theme-name = "Clearlooks-Olive" - -gtk-icon-theme-name = "Tango" - -gtk-font-name = "DejaVu Sans 11"