rlh   img   mp3   nfo   pro  
./nfo/linux/blackbox.nfo
Blackbox is a fast, lightweight window manager for the X Window System, 
without all those annoying library dependencies. Blackbox is built with 
C++ and contains completely original code.


=========================================================================
A hack to disable X-server keybindings in Blackbox windows manager and
make alt key combinations work in Maya, Photoshop and other applications.

This will disable Xserver keybindings when Scroll Lock is pressed and 
maintain correct language keymap layout.
=========================================================================

# Enable the feature in ~/.blackboxrc
session.screen0.disableBindingsWithScrollLock: True

# Add these lines to ~/.xinitrc (for Norwegian kbd layout):
setxkbmap no
xmodmap $HOME/.Xmodmap

# Put these lines in ~/.Xmodmap to enable Scroll Lock key:
clear mod3
add mod3 = Scroll_Lock

# Restart X-server