summary refs log tree commit diff
path: root/home (follow)
Commit message (Collapse)AuthorAge
...
* Fix cwm window cycling, move big by defaultJune McEnroe2021-02-07
|
* Use class names for Foreground, Background, BorderColorJune McEnroe2021-02-07
| | | | | I'm not really sure what difference this makes, but it seems like the right thing to do to be generic?
* Add simple battery status and clock to xsessionJune McEnroe2021-02-07
| | | | I love how simple this is.
* 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
| | | | And increase XTerm internalBorder.
* Set urgency on bell in xtermJune McEnroe2021-02-07
|
* Add bindings for brightness controlJune McEnroe2021-02-07
| | | | | Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that.
* Set X key repeat rateJune McEnroe2021-02-07
|
* Bump font size to 12June McEnroe2021-02-07
| | | | | 11 is what I use on macOS, but I feel like my eyes are working harder here.
* Fully configure and rebind cwmJune McEnroe2021-02-07
| | | | | | This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-.
* 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
| | | | | | | | cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such.
* 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
| | | | Copied from the OpenBSD defaults.
* Use vi and lessJune McEnroe2021-01-25
| | | | | I haven't used neovim in a couple weeks by now, so I may as well commit this.
* Add mdate scriptJune McEnroe2021-01-18
| | | | | To be used as 1G!!mdate in vi(1) to update the .Dd line of mdoc files.
* Add gg mapping to viJune McEnroe2021-01-13
| | | | The muscle memory for gg is too strong.
* Enable diff.colorMovedJune McEnroe2021-01-11
|
* Set less search case-insensitiveJune McEnroe2021-01-10
|
* Set EXINITJune McEnroe2021-01-10
| | | | | neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated.
* Add deg scriptJune McEnroe2021-01-04
|
* Tell "Music" rather than "iTunes"June McEnroe2020-12-31
| | | | It's the new era.
* Remove bash_profile, bashrcJune McEnroe2020-12-23
|
* Switch from 1sh to dashJune McEnroe2020-12-23
|
* Move rfc.vim to doc/rfcJune McEnroe2020-12-21
| | | | | That default path is a bit wonky, but it prevents having to template rfc.vim for basically no reason.
* Move rfc to doc/rfcJune McEnroe2020-12-21
|
* Move wcfix to port/wcwidthJune McEnroe2020-12-21
|
* Convert :RFC number to numberJune McEnroe2020-12-19
| | | | This removes any leading zeros such as in rfc-index.txt.
* Move :RFC to plugin scriptJune McEnroe2020-12-19
|
* Open rfc-index.txt for :RFC without argumentJune McEnroe2020-12-19
|
* Add :RFC vim command to view IETF RFCsJune McEnroe2020-12-18
| | | | | | This sets iskeyword so that ^] will work for the kinds of tags generated by rfctags.pl, and keywordprg so that K on another RFC number will view that one. It also binds gO to jump to the table of contents of the RFC.
* Disable mouse in htopJune McEnroe2020-12-05
| | | | I feel like this option is new, otherwise I would have unset it before.
* Add x4 to LESSJune McEnroe2020-11-13
|
* Switch gr alias back to git rebaseJune McEnroe2020-10-27
| | | | | I always type out git reset and sometimes still expect gr to be rebase... Never got used to it I guess.
* Allow cd host: to cd to same path over sshJune McEnroe2020-10-27
|
* Use SendEnv for cd host:pathJune McEnroe2020-10-27
| | | | Works properly for weird paths, etc.
* Allow cd host:path over sshJune McEnroe2020-10-27
| | | | Requires AcceptEnv SSH_CD in the remote sshd_config.
* Move /opt/local back, cheat port select to use system manJune McEnroe2020-09-12
| | | | | | This is not really how you're supposed to use the select system, I don't think, since the mandoc package actually creates those files, but it does work. This lets me actually use the git installed by MacPorts.
* Move /opt/local behind /usr againJune McEnroe2020-09-12
| | | | | | The reason I did this with pkgsrc was because I actually don't want the man(1) from mandoc, since it won't follow MANSECT. Same applies to MacPorts. I wish I could disable its man(1) with a variant or whatever.
* Remove NetBSD from install scriptJune McEnroe2020-09-11
| | | | I never use it.
* Use MacPorts rather than pkgsrcJune McEnroe2020-09-11
| | | | My system is probably such a mess now...
* Add debian VM name to sshJune McEnroe2020-09-11
|
* Add versions scriptJune McEnroe2020-08-23
|
* Update htop config serializationJune McEnroe2020-08-18
| | | | htop finally removed the trailing whitespace from its serialization...
* Set pull.rebase trueJune McEnroe2020-07-20
|
* Actually fix nvim and doas presence testsJune McEnroe2020-07-18
|