Fluxbox是一款使用C + +编写的基于blackbox0.61.1的优秀的轻量级X窗口管理器
fluxbox具有非常友好易用的用户界面,适合于任何用户,且对机器性能要求不高.
新特点
- Added support for bidirectional text, #2801836.
- Allow to override ‘Focus New Windows’ via .fluxbox/apps
- New actions:
- ActivateTab
- ArrangeWindowsVertical
- New ‘MoveN’ and ‘ClickN’ action support for keys file
- New focus model ‘StrictMouseFocus’. This will affect focus when
closing, moving, lowering windows, changing desktops, etc, whereas the
‘MouseFocus’ model will only change focus when you move the mouse.
- New “background: unset” property for use in overlays.
- Allowing relative paths for background images in style files.
- Allowing matching screen number in ClientPattern.
- Removed rootcommand from init, as fbsetbg is run automatically nowadays.
- Removed line style resources from init file.
安装
1.编译安装
首先下载源码包Download Fluxbox 1.3 source code
打开终端,解压源码包
tar -zxvf fluxbox-1.3.0.tar.gz
编译并且安装
./configure
make
sudo make install
或者一次性使用下面命令进行安装
./configure && make && sudo make install
但是建议使用 逐条命令进行安装 以便出现错误进行排错
2.使用git repositories 安装
首先需要 Git,automake-tools和autoconf-tools
$ git clone git://git.fluxbox.org/fluxbox.git && cd fluxbox && ./autogen.sh
$ ./configure && make && sudo make install
这样安装之后并不会启用一些新功能,想要使用Xinerama则 ./configure –enable-xinerama,想要使用png icons (imlib2)则–enable-imlib2.
对于一个简单的更新,你只需要
$ cd fluxbox && git pull && make && sudo make install
fluxbox截图:


|