blob: e9bd424638eea5ca98fbe93bd70d45b7b68287c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
This repository stores and keeps track of the configuration of my
NetBSD laptop computer.
It is configured as a bare Git repository in /.git. The following
shell script (named gg) used to manage it:
#!/bin/sh
export GIT_DIR=/.git
export GIT_WORK_TREE=/
exec git "$@"
This README records important pieces of configuration that is not
well represented in the file system.
---
Occasionally, I use programs that are written in some GUI toolkit
whose default appearance I dislike.
To fix this, I use a theme called cdetheme-solaris. It is located
in ~/.themes and selected using lxappearance. It can be retrieved
at the following address:
https://www.gnome-look.org/p/1231025/startdownload?file_id=1525737510&file_name=cdetheme1.3.tar.gz&file_type=application/x-gzip&file_size=30574522
Gnome-look.org has poor browser support. I recommend using Opera
12 to browse it.
---
GTK (and other Pango-based toolkits) do not support bitmap fonts.
To fix this, I use a couple of scripts stored in another repository:
http://git.ankarstrom.se/fnt/
|