summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
...
* Set font size back down to 11June McEnroe2021-02-14
* Colour battery level red when criticalJune McEnroe2021-02-10
* Set LC_CTYPE=en_US.UTF-8June McEnroe2021-02-10
* Add ~/.local/share/man to MANPATHJune McEnroe2021-02-09
* Fix adding /usr/games to PATHJune McEnroe2021-02-09
* Show battery level while charging, time while dischargingJune McEnroe2021-02-09
* Install sctJune McEnroe2021-02-09
* Show minutes left instead of battery percentageJune McEnroe2021-02-09
* Set antialiasing and unhinting globallyJune McEnroe2021-02-09
* Open youtube and twitch with mpvJune McEnroe2021-02-09
* Add volume control bindings to cwmJune McEnroe2021-02-09
* Use w3m to open other URLsJune McEnroe2021-02-09
* Disable mouse mode in xtermJune McEnroe2021-02-09
* Add pbcopy, pbpaste, open dispatch scriptsJune McEnroe2021-02-09
* Add macOS-like copy and paste to xtermJune McEnroe2021-02-08
* Only update clock script every minuteJune McEnroe2021-02-08
* Use 4M- for window resizing in cwmJune McEnroe2021-02-08
* Tweak trackpad scaling, mouse accelerationJune McEnroe2021-02-08
* Swap root window coloursJune McEnroe2021-02-07
* Adjust brightness by smaller incrementsJune McEnroe2021-02-07
* Fix cwm window cycling, move big by defaultJune McEnroe2021-02-07
* Use class names for Foreground, Background, BorderColorJune McEnroe2021-02-07
* Add simple battery status and clock to xsessionJune McEnroe2021-02-07
* Set cursor theme and sizeJune McEnroe2021-02-07
* Enable mouse acceleration in XJune McEnroe2021-02-07
* Set colours for Xt and cwmJune McEnroe2021-02-07
* Set urgency on bell in xtermJune McEnroe2021-02-07
* Add bindings for brightness controlJune McEnroe2021-02-07
* Set X key repeat rateJune McEnroe2021-02-07
* Bump font size to 12June McEnroe2021-02-07
* Fully configure and rebind cwmJune McEnroe2021-02-07
* Finish configuring xtermJune McEnroe2021-02-07
* Set root window to black on purple snowJune McEnroe2021-02-06
* Add xmodmap configurationJune McEnroe2021-02-06
* Add initial OpenBSD X configurationJune McEnroe2021-02-06
* Add /usr/X11R6/bin to PATHJune McEnroe2021-02-06
* Move gpl.c and agpl.c templates out of etcJune McEnroe2021-01-28
* Set para and sect for mdocJune McEnroe2021-01-27
* Use vi and lessJune McEnroe2021-01-25
* Add mdate scriptJune McEnroe2021-01-18
* Add gg mapping to viJune McEnroe2021-01-13
* Enable diff.colorMovedJune McEnroe2021-01-11
* Set less search case-insensitiveJune McEnroe2021-01-10
* Set EXINITJune McEnroe2021-01-10
* Add deg scriptJune McEnroe2021-01-04
* Tell "Music" rather than "iTunes"June McEnroe2020-12-31
* Remove bash_profile, bashrcJune McEnroe2020-12-23
* Switch from 1sh to dashJune McEnroe2020-12-23
* Move rfc.vim to doc/rfcJune McEnroe2020-12-21
* Move rfc to doc/rfcJune McEnroe2020-12-21
>June McEnroe 2021-09-14Sort by title if authors matchJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe