Hi, i'm new, just installed Salix 1337 Fluxbox, good job! My favorite wm is rp, i got it running in Salix, no problem (slapt-get did the job). Basically, i used this article as reference:
http://thinkmoult.com/2009/05/13/ratpoi ... malist-wm/BIND KEY
Following the article's instructions, i created the file: .xmodmaprc
$ touch .xmodmaprc
And then added these lines (save/exit)
- Code: Select all
remove lock = Caps_Lock
keycode 66 = F13
Now the bind key is the Caps_lock instead of Ctrl+t
$ touch .ratpoisonrc
$ nano -w .ratpoisonrc
and pasted this:
- Code: Select all
alias term exec xterm
escape F13
exec xrdb -merge "$HOME"/.Xdefaults
warp off
startup_message off
set winname class
defborder 0
set padding 0 0 0 0
defbarpadding 0 0
exec xsetroot -solid black -cursor_name left_ptr
bind semicolon colon
set bargravity sw
set winfmt %n %s %t
set fgcolor yellow
set bgcolor black
set font "Terminus-12"
alias showroot exec ratpoison -c fdump; ratpoison -c 'select -' -c only
alias unshowroot exec ratpoison -c "frestore at $HOME/.rpfdump"
### Escritorios virtuales/Workspaces
exec rpws 1
exec /usr/bin/rpws init 6 -k
## bind = F13
bind F1 exec rpws 1
bind F2 exec rpws 2
bind F3 exec rpws 3
#Focus
bind J exchangedown
bind K exchangeup
bind L exchangeright
bind H exchangeleft
bind j focusdown
bind l focusright
bind h focusleft
##Alt-tab
definekey top M-Tab next
definekey top M-ISO_Left_Tab prev
### Atajos de teclas/Keybindings
bind e exec pcmanfm
bind f exec firefox
bind m exec claws-mail
bind u exec xchat
bind l exec leafpad
bind r restart
bind Pause exec sudo /sbin/halt -p
bind p exec sudo /sbin/shutdown -r now
bind w windows
bind space exec xterm
bind a time
bind k kill
bind Escape abort
bind o only
rudeness 13
## Las teclas de de la fila de arriba no precisan de bind (F13)
# Para lanzar un Run box/To launch a Run box (Ctrl+Space bar):
definekey top C-space exec
# Para hacer un screenshot/To make a screenshot (Press the Print key)
definekey top Print exec xterm -e scrot -cd 10
# Sound Volume
bind KP_Multiply exec amixer set Master 5%+
bind KP_Divide exec amixer set Master 5%-
Screenie

I'm learning Salix/Slackware

PS: in the keybindings, to shutdown and reboot the machine, i use sudo NOPASSWD.
I also got rid of gdm and changed the run level in /etc/inittab to 3:
- Code: Select all
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
and use 'startx' to get into the X system.
My .xinitrc looks like this:
- Code: Select all
#!/bin/sh
setxkbmap -option terminate:ctrl_alt_bksp
xsetroot -solid black
xrdb -merge .Xdefaults
unclutter -idle 2 &
numlockx &
xmodmap .xmodmaprc
exec ratpoison
Desktop: Atom processor || 1 GB RAM || 160 GB HD || Ratpoison || IceWM || 500GB HD
KISS - Keep It Simple, Stupid