Configuring i3

As a developer, focus is key. An environment with minimal distractions is conducive to productivity and window managers offer minimalist user interfaces in place of the traditional desktop environment. i3 on Ubuntu will be discussed here but there are alternate window managers such as dwm and awesome. i3 can be installed with the following command: # install i3 sudo apt-get install i3 i3 Configuration i3’s configuration should be created in ~/. »