平鋪式窗口管理器(Tiling Window manager):wtftw

jopen 10年前發布 | 20K 次閱讀 wtftw

wtftw是一個采用Rust開發的平鋪式窗口管理器(Tiling Window manager)。

構建

Notice: Wtftw is compiled against the latest nightlies, so make sure to have your rustc up to date.

To build it, just run

cargo build

測試

If you want to have your own custom config, create one in ~/.wtftw/src/config.rs. You can find an example config in config/config.rs in this repository.

For testing, install either Xnest or Xephyr on your system and run

Xephyr -screen 800x600 :1 &
DISPLAY=:1 ./target/release/wtftw &
DISPLAY=:1 thunar & (or whatever application you want to run)

or respectively

Xnest -geometry 800x600+0+0 :1 &
DISPLAY=:1 ./target/release/wtftw &
DISPLAY=:1 thunar &
安裝

Compile it normally with cargo build --release, and then either use it with your .xinitrc or your favorite display manager. If you want to configure it, take a look at the example config inconfig/.

After the first start, the config needs to be placed in ~/.wtftw/src/config.rs. Voila.

Screenshot

項目主頁:http://www.baiduhome.net/lib/view/home/1418965165277

 

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!