Skip to content

Instantly share code, notes, and snippets.

@hiyali
Last active July 22, 2017 06:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiyali/1a85c00c298525476fd81e9e829c754e to your computer and use it in GitHub Desktop.
Save hiyali/1a85c00c298525476fd81e9e829c754e to your computer and use it in GitHub Desktop.
sudo apt install i3 i3status dmenu i3lock xbacklight feh conky compton rofi
(and i3 gaps?)
i3-gaps # window border
feh # wall paper
rofi # like os X win+l (could open any application)
compton # for conky alpha
conky # manual configuration desktop
i3 # window manager
i3-status # i3 status bar
i3lock # lock screen # shift + $mod + x
#########################################
sudo apt install numlockx # for numlock on
############ Optinal ####################
download : https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
#########################################
sudo apt-get install python3-dev (for netifaces, it is required gcc and etc...)
sudo pip3 install i3pystatus colour netifaces
i3pystatus # for i3bar.py # configure status bar
colour + netifaces # for plugin on status bar
#########################################
/usr/share/xsessions/ # manage
/usr/share/xgreeters/ # set i3 to default exec
#########################################
other file & config & code: see https://github.com/hiyali/dotFiles
##################### for left capslock to ctrl #####################
vi /etc/default/keyboard
XKBOPTIONS="ctrl:nocaps"
sudo dpkg-reconfigure keyboard-configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment