Skip to content

TesterTech/i3-jumpstart-with-testertech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

i3-jumpstart-with-testertech

Code for the YT video https://www.youtube.com/watch?v=XeGjeEPlnQM

Installation (Fedora)

sudo dnf install -y i3 i3status dmenu i3lock rofi feh light redshift-gtk redshift copyq arandr compton

i3 volume (optional)

Aliasses

  • You can put these in your ~/.bashrc (or ~/.bash_aliasses) it helps speed up the 'tinkering' a lot.
alias rxconf='vim ~/.Xresources'
alias vimrc='vim ~/.vimrc'
alias i3conf='vim ~/.config/i3/config'
alias bashrc='vim ~/.bashrc'
alias polyconf='vim ~/.config/polybar/config'
alias rexvt='xrdb ~/.Xresources && pkill urxvt'

Configs

OPTIONAL i3 Gaps

  • Basically i3 but with space between the tiles
  • If you want to use i3 Gaps in stead of i3, do as below:
sudo dnf remove i3
sudo dnf copr enable fuhrmann/i3-gaps
sudo dnf update -y
sudo dnf install -y i3-gaps

and uncomment the i3 config:

gaps inner 7
gaps outer 7

References

Youtubers with more i3 content

About

Code for the YT video https://www.youtube.com/watch?v=XeGjeEPlnQM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors