From caedd92eef8fe47c3925c12d8e81be911556b38b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 11 Jan 2013 01:16:41 +0100 Subject: Update files --- site/articles/fonts.org | 33 ++++++++++++++++ site/articles/home_structure.org | 83 ++++++++++++++++++++++++++++++++++++++++ site/articles/windowmanagers.org | 10 +++++ 3 files changed, 126 insertions(+) create mode 100644 site/articles/fonts.org create mode 100644 site/articles/home_structure.org create mode 100644 site/articles/windowmanagers.org (limited to 'site/articles') diff --git a/site/articles/fonts.org b/site/articles/fonts.org new file mode 100644 index 0000000..eea0957 --- /dev/null +++ b/site/articles/fonts.org @@ -0,0 +1,33 @@ +#+TITLE: Fonts + +* Intro + + Being a programmer I spend a lot of time looking at text on my + computer. Mostly monospaced text. So I like to have something + nice to look at. This is a list of the fonts I've found and/or + tried and my opinion about them, these are not just facts so feel + free to disagree. + + I'm currently using: + + | Name | Size | + |--------+------------------------------| + | [[Monaco]] | 12 (or pixelsize=18 for XFT) | + +* List + + Here is the list of fonts I've found and/or tried. + +** Monaco + + This font has the most beautiful parentheses I've ever found + anywhere. Placing two together (like so ~()~) almost creates a + circle. I like this because I write quite a bit of lisp, and as + you may or may not know, lisp uses a lot of parentheses. + +** osaka_unicode + + This font is almost identical to [[Monaco]]. The only real + differences I've found is that is has a different ~a~ and that is + adds a space to each quote (at least double, but I think also + single). diff --git a/site/articles/home_structure.org b/site/articles/home_structure.org new file mode 100644 index 0000000..7868664 --- /dev/null +++ b/site/articles/home_structure.org @@ -0,0 +1,83 @@ +#+TITLE: Structure of a (my) home directory +#+STARTUP: content + +* home + + The home directory, master of all, where it all begins, which + contains everything. + +** projects + + Contains all my projects, may contain sub-directories for grouping + projects. + +*** ext + + Projects that are not mine. + + There are certain projects which I use that I compile from source, + or others where I might wish to inspect the source without + actually working on it. + +*** study + + Does not contain projects, but a somewhat-structured collection + of code that I write/copy when studying. + +*** test + + Scripts/snippets to test a certain feature or algorithm. Not + part of any project currently, but perhaps in the future. + +*** work + + Contains all projects that are part of my job. Grouped by + company I work/have worked for. + +** documents + + Contains all of my documents, may contain sub-directories for + grouping documents. + +*** work + + Contains all documents that are part of my job. Grouped by + company I work/have worked for. + +*** trash + + Projects that I don't work on anymore, that I don't have any + intention of working on in the future, but that (might) contain + something that I don't want to lose. + +** downloads + + Contains all of my downloads. Most of these should be sent + elsewhere. + +** games + + Contains all the games I have acquired/installed. + +** share + + Containing files that I wish to share with, for the moment, my + virtual machines. This directory might be automatically mounted + inside such a virtual machine. + +** var + + Contains (possibly large) supporting files. Not projects or files + I work on or even use directly, but things that I use indirectly. + +*** aur + + Packages downloaded from the Arch User Repository. + +*** abs + + Packages copied from the Arch Build System for customization. + +*** virtualenvs + + Virtualenv installations. diff --git a/site/articles/windowmanagers.org b/site/articles/windowmanagers.org new file mode 100644 index 0000000..de3f9bb --- /dev/null +++ b/site/articles/windowmanagers.org @@ -0,0 +1,10 @@ +| herbstluftwm | c | manual | IPC (anything) | +| awesomewm | c | automatic | lua | +| wmx | ? | N/A | N/A | +| wm2 | ? | ? | N/A | +| dwm | c | automatic | c | +| spectrwm | c | automatic | text | +| kde | ? | N/A | graphical | +| gnome | ? | N/A | graphical | +| openbox | ? | N/A | xml | +| adwm | c | automatic | c? | -- cgit v1.2.3-54-g00ecf