Just some stuff that I want to remember. Shortcuts for stuff, walkthroughs, guides, whatever.
DWM on Ubuntu is fairly easy. Install and compile DWM from source first, then apt-get install dwm
. Installing from the Repos after compiling form source sets some config stuff so that I don't have to. Makes life easier.
On my laptop at home, I clond into a suckless folder to keep everything in one spot.
git clone git://dwm.suckless.org/ suckless/dwm
Clone from Suckless git repo, and and then use make to install.
git clone git://dwmstatus.suckless.org/dwmstatus suckless/dwmstatus
Again, cloning into suckless folder, make from there.
cd ~/suckless/dwmstatus && sudo make clean install
And then to start:
xsetroot --name "$(dwmstatus)
barM.c is a better config of DWM Status.
wget http://dwm.suckless.org/dwmstatus/barM.c
gcc -o barM barM.c -O2 -s -lX11
Same as above, run with
xsetroot -name "$(barM)"
Soon (tm).
Additionally, vimtutor
should be installed with vim. Just run in a terminal.
tmux Primer by Daniel Miessler
Good tutorial, covers the basics, some helpful hotkey changes as well.