TOOL » LINUX » DESKTOP

I3

Install ​

shell
sudo pacman -S i3 dmenu

Shortcuts ​

$mod is the modifier key, may be Alt or Super.

ShortcutDescription
$mod+EnterOpen terminal.
$mod+dApplication launcher.
$mod+vSplit vertically.
$mod+hSplit horizontally.
$mod+fToggle fullscreen.
$mod+NumGo to workspace 0-9.
$mod+Shift+NumMove current window to workspace 0-9.
$mod+Shift+cReload i3 configuration file.
$mod+Shift+qClose current window.
$mod+Shift+eExit i3.

Keyboard shortcuts ​

New shortcuts must be set on .config/i3/config.

Alt becomes Mod1. The name of other keys can be obtained using the xev command.

Dmenu ​

After changing the PATH, you may need to delete the cache of dmenu to properly search for applications.

shell
rm ~/.cache/dmenu_run