[Debian-live-changes] r888 - in
configs/daniel/config/chroot_localincludes/etc: . X11/wmii skel
Daniel Baumann
daniel at alioth.debian.org
Sat Mar 31 14:38:41 UTC 2007
Author: daniel
Date: 2007-03-31 14:38:41 +0000 (Sat, 31 Mar 2007)
New Revision: 888
Added:
configs/daniel/config/chroot_localincludes/etc/skel/
configs/daniel/config/chroot_localincludes/etc/skel/.Xresource
configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile
Modified:
configs/daniel/config/chroot_localincludes/etc/X11/wmii/wmiirc
Log:
Modified: configs/daniel/config/chroot_localincludes/etc/X11/wmii/wmiirc
===================================================================
--- configs/daniel/config/chroot_localincludes/etc/X11/wmii/wmiirc 2007-03-31 14:09:24 UTC (rev 887)
+++ configs/daniel/config/chroot_localincludes/etc/X11/wmii/wmiirc 2007-03-31 14:38:41 UTC (rev 888)
@@ -176,7 +176,7 @@
kbind normal $MODKEY-C-c 'wmiir write /wm/ctl close'
kbind normal $MODKEY-C-q,y quit
kbind normal $MODKEY-C-w,y wmiirc
-kbind normal $MODKEY-t 'extern uxterm -bc -bg black -fg white'
+kbind normal $MODKEY-t 'extern xterm'
kbind normal $MODKEY-d 'wmiir write /wm/ctl detach'
kbind normal $MODKEY-a 'wmiir write /wm/ctl attach'
kbind normal $MODKEY-S-a 'wmiir write /wm/ctl icons'
@@ -224,7 +224,7 @@
# MISC
-xsetroot -mod 2 2 -fg '#000000' -bg '#111111'
+xsetroot -solid "#000000"
xset b 0 0
unclutter -idle 1 -root &
status &
Added: configs/daniel/config/chroot_localincludes/etc/skel/.Xresource
===================================================================
--- configs/daniel/config/chroot_localincludes/etc/skel/.Xresource 2007-03-31 14:09:24 UTC (rev 887)
+++ configs/daniel/config/chroot_localincludes/etc/skel/.Xresource 2007-03-31 14:38:41 UTC (rev 888)
@@ -0,0 +1,8 @@
+! xterm configuration
+XTerm*background: black
+XTerm*cursorBlink: true
+XTerm*foreground: white
+XTerm*loginShell: true
+XTerm*scrollBar: false
+XTerm*utf8: 1
+XTerm*visualBell: true
Added: configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile
===================================================================
--- configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile 2007-03-31 14:09:24 UTC (rev 887)
+++ configs/daniel/config/chroot_localincludes/etc/skel/.bash_profile 2007-03-31 14:38:41 UTC (rev 888)
@@ -0,0 +1,22 @@
+# ~/.bash_profile: executed by bash(1) for login shells.
+# see /usr/share/doc/bash/examples/startup-files for examples.
+# the files are located in the bash-doc package.
+
+# the default umask is set in /etc/login.defs
+#umask 022
+
+# include .bashrc if it exists
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi
+
+# set PATH so it includes user's private bin if it exists
+if [ -d ~/bin ] ; then
+ PATH=~/bin:"${PATH}"
+fi
+
+# start X11
+if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]
+then
+ startx
+fi
More information about the Debian-live-changes
mailing list