sudo apt-get install i3lock
sudo apt-get install dunst
sudo apt-get install i3status
sudo apt-get install i3-dmenu-desktop
sudo apt-get install suckless-toolsxrandr --output eDP-1 --auto --right-of HDMI-1
Disable HDMI
xrandr --output HDMI-1 --off
Run xrandr to know the name HDMI.
xrandr --output HDMI-1 --mode 3840x2160 --verbose
Add command exec --no-startup-id xrandr --output eDP-1 --auto --right-of HDMI-1 & in ~/.config/i3/config to auto start configuration with 2 displays.
Add in ~/.config/i3/config
workspace 1 output HDMI-1
workspace 2 output eDP-1
Install feh
sudo apt-get install feh
and run
feh --randomize --bg-center ~/Pictures/wallpapers/*
mod+w will put all the windows into a set of tabs
mod+s will put all the windows into a stack
mod+e will put everything back
mod+arrow move betwween windows
mod+vsplit screen in vertial
mod+hsplit screen in horizontal
mod+shift Up|Down|Left|Right moviment application in one workspace
gd go to documentation Ctrl + o go back