LinuxCommandLibrary

i3

A dynamic tiling window manager.

TLDR

Start i3 (Note that a pre-existing window manager must not be open when this command is run)

$ i3
copy


Open a new terminal window
$ Super + Return
copy


Create a new workspace
$ Super + Shift + [number]
copy


Switch to workspace number n
$ Super + [n]
copy


Open new window horizontally
$ Super + h
copy


Open new window vertically
$ Super + v
copy


Open application (type out application name after executing command)
$ Super + D
copy

Copied to clipboard