====== i3 ====== [[http://i3wm.org/|i3]] is a dynamic [[wp>Tiling window manager|tiling window manager]] inspired by wmii that is primarily targeted at developers and advanced users. ===== Install ===== I am using [[https://github.com/Airblader/i3|i3-gaps-next]], a fork of i3wm with more features, as window manager and desktop at work. Check [[https://github.com/banbanchs/dotfiles/blob/master/i3/README.md|ReadMe]] for more detail. yaourt -S i3-gaps-next-git i3lock i3status i3-blocks-gaps-git conky compton-git pavucontrol xtitle rofi feh fcitx ttf-ubuntu-font-family ttf-font-awesome git clone https://github.com/banbanchs/dotfiles.git ~/.dotfiles ln -s ~/.i3 ~/.dotfiles/i3 注销并选择 ''i3'' 进行登陆 ===== Shortcut ===== 以下的 ''$mod'' 均为 键盘中的''Super''键(即''Window''徽标) ^ Keybindings ^ Meaning ^ | $mod+Return | 打开终端 | | $mod+Number | 切换到''Number''号工作区 | | $mod+Shift+Number | 将当前窗户移动到''Number''号工作区 | | $mod+f | 将当前container全屏 | | $mod+v | 垂直方向分屏 | | $mod+g | 水平方向分屏 | | $mod+r | 进入resize模式 | | $mod+d | 打开rofi快捷启动程序 | | ctrl+$mod+l | 电源操作选项(关机、休眠等)|