Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 945 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 945 Bytes
sudo apt-get install i3 vim 
sudo apt-get install htop

Configure the i3lock + suspend

sudo apt-get install scrot
sudo cp $HOME/i3_scripts/i3lock.service /etc/systemd/system/i3lock.service
systemctl enable i3lock.service
chmod +x $HOME/i3_scripts/i3lock.sh

To suspend use systemctl suspend

To lock use sh $HOME/i3_scripts/i3lock.sh

Setting fonts:

git clone https://github.com/supermarin/YosemiteSanFranciscoFont.git
cd YosemiteSanFranciscoFont/
cp *.ttf ~/.fonts
sudo apt-get install lxappearance
# change fonts in .gtkrc-2.0 and .config/gtk-3.0/settings.ini

Installing theme

Install Rofi program manager

sudo apt install rofi

Dependency