Jan Christoph Ebersbach <[EMAIL PROTECTED]> writes:

> Sounds good but where can I find it?
> --

I wanted to be sure you want something like this before sending stuff.

Here is my dwm launch script and my xorg.conf file ( I have an ibm t60
with ati x1400 ).

I also attached the switchscreen code I use to go between these
displays. I just defined a keymap to use with it and it works great.



# assign some symbols to sound -+mute keys
xmodmap ~/.xmodmaprc

# # now map the keys
# emap

# map caps lock to be another control key
xmodmap -e "remove Lock = Caps_Lock"
xrdb -load /home/tola/.Xresources
xmodmap -e "add control = Caps_Lock"

# start screensaver so that we may lock the screen once in a while
xscreensaver -no-splash &

# yeah, this is my background: a cool starcraft2 image
feh --bg-center /media/fasulye/pictures/images/bg.jpg

# do not show the pointer after 2 seconds
# unclutter -idle 2 &

# and this is my display manager: dwm
# exec dwm

DISPLAY=:0.1 dwm&

while true
  do
  echo `box-status`
#   echo `cpufreq-info -f -m | awk '{print $1}'` `cpufreq-info -p | awk '{print $3}'` `date '+%H:%M %m/%d'` B`acpi | awk '{print $4}'` `cat /proc/acpi/battery/BAT0/state | grep charging | awk '{print $3}'`
  sleep 5
done | dwm

Attachment: xorg.conf
Description: Binary data

Attachment: ss.tar.gz
Description: Binary data


-- 
engin tola - http://cvlab.epfl.ch/~tola
emacs      - http://www.gnu.org/software/emacs/tour

Reply via email to