| Commit message (Expand) | Author |
2021-02-09 | Install sct | June McEnroe |
2021-02-09 | Show minutes left instead of battery percentage | June McEnroe |
2021-02-09 | Set antialiasing and unhinting globally | June McEnroe |
2021-02-09 | Open youtube and twitch with mpv | June McEnroe |
2021-02-09 | Add volume control bindings to cwm | June McEnroe |
2021-02-09 | Use w3m to open other URLs | June McEnroe |
2021-02-09 | Disable mouse mode in xterm | June McEnroe |
2021-02-09 | Add pbcopy, pbpaste, open dispatch scripts | June McEnroe |
2021-02-09 | Use flags for pbd client behaviour | June McEnroe |
2021-02-08 | Add macOS-like copy and paste to xterm | June McEnroe |
2021-02-08 | Only update clock script every minute | June McEnroe |
2021-02-08 | Use 4M- for window resizing in cwm | June McEnroe |
2021-02-08 | Tweak trackpad scaling, mouse acceleration | June McEnroe |
2021-02-08 | Use xsel in up and add it do install.sh | June McEnroe |
2021-02-07 | Swap root window colours | June McEnroe |
2021-02-07 | Add -X flag to install X stuff on OpenBSD | June McEnroe |
2021-02-07 | Adjust brightness by smaller increments | June McEnroe |
2021-02-07 | Fix cwm window cycling, move big by default | June McEnroe |
2021-02-07 | Use class names for Foreground, Background, BorderColor | June McEnroe |
2021-02-07 | Add simple battery status and clock to xsession | June McEnroe |
2021-02-07 | Set cursor theme and size | June McEnroe |
2021-02-07 | Use scrot for up -s if no screencapture | June McEnroe |
2021-02-07 | Enable mouse acceleration in X | June McEnroe |
2021-02-07 | Set colours for Xt and cwm | June McEnroe |
2021-02-07 | Set urgency on bell in xterm | June McEnroe |
2021-02-07 | Add bindings for brightness control | June McEnroe |
2021-02-07 | Set X key repeat rate | June McEnroe |
2021-02-07 | Bump font size to 12 | June McEnroe |
2021-02-07 | Fully configure and rebind cwm | June McEnroe |
2021-02-07 | Add Binti | June McEnroe |
2021-02-07 | Finish configuring xterm | June McEnroe |
2021-02-06 | Enable tapping, reverse scroll, set scaling in wsconsctl | June McEnroe |
2021-02-06 | Set root window to black on purple snow | June McEnroe |
2021-02-06 | Add xmodmap configuration | June McEnroe |
2021-02-06 | Add initial OpenBSD X configuration | June McEnroe |
2021-02-06 | Add xterm output to scheme | June McEnroess='logheader'> | 2019-02-20 | Set man_hard_wrap in nvim | June McEnroe |
|
Vendoring man.vim until <https://github.com/neovim/neovim/pull/9633> is
merged and appears in a release.
|
|
|
|
Fixes mistaken highlight of:
pngWrite(file, (uint8_t []) { 0, 0, 0 }, 3);
|
|
|
|
A define like #define FOO (1) is not function-like.
|
|
|
|
|
|
|
|
|
|
|
|
Tags are much better for referring to specific parts of a file and line
numbering is better done by a post-processing tool such as cat -n or
producing a two-column HTML <table>.
|
|
|
|
Running hi twice to insert stuff between the head and the content is a
bit of a hack but oh well.
|
|
|
|
|
|
Renames previous -n option to -m to stay consistent with cat -n.
Prefixing lines with line numbers affects where the first tab indent
ends up relative to the text above it. Not sure if it's worth fixing
somehow.
|
|
Simplifies ANSI and IRC output code, and prepares for line numbered
output.
|
|
|
|
|
|
|
|
|
|
|