qtile - python写就的平铺桌面管理器
2023 update
- 我还有机器上使用
qtile
. 有时候安装不是很方便. 一旦配置好, 还是挺稳定的. - 也有一些机器上使用 regolith2, 两个快捷键都设置成一样.
2017 update
- 现在已经把
awesome-wm
改成qtile
了. 基本没有问题. - ubuntu 已经有包了. 方便
- 有一些plugin, 显示cpu等
-
话说现在的配置很简单, 主要就是自动平铺出现的窗口,
- 不同的任务放在不同的桌面. 快捷键切换桌面.
-
使用 rofi 作为启动器
- 方便自己配置
2011 年
好吧, 我对其感兴趣是因为它是python写的.
可惜安装依赖的包太难装, 好不容易在A31上安装好.
手动安装 qtile
- sudo apt-get install python2.6-dev
- install xpyb
- git clone git://anongit.freedesktop.org/xorg/util/macro
- git clone git://anongit.freedesktop.org/xorg/proto/xproto
- export ACLOCAL='aclocal -I /usr/local/share/aclocal/'
- install xproto
- git clone git://anongit.freedesktop.org/xcb/proto
- install libxcb
- install cairo
- install py2cairo
- git clone git://github.com/cortesi/qtile.git
还没有怎么使用过.