summary refs log tree commit diff
path: root/home/.config (follow)
Commit message (Collapse)AuthorAge
* Scroll by single lines in xtermJune McEnroe2021-09-23
|
* Hide htop "function bar"June McEnroe2021-09-23
| | | | Useless thing...
* Allow FocusEvents in xtermJune McEnroe2021-09-23
| | | | | | | Oops! This whole time I thought OpenBSD xterm for some reason didn't support focus events. It turns out allowMouseOps: false disables them by default. Replace the disallowedMouseOps list with everything but.
* Configure xlockJune McEnroe2021-06-03
| | | | | The manual page claims that usefirst defaults to off, and yet it doesn't, at least on OpenBSD?
* Add top gap in cwmJune McEnroe2021-06-02
| | | | | A little bothered by having to hardcode this 38 value from the height of the xterm clock window.
* Add cwm keys for putting windows in cornersJune McEnroe2021-05-20
|
* Install firefox on OpenBSDJune McEnroe2021-05-17
| | | | | I feel like I'm using Windows when I open firefox... But it's so hard to get by without it :(
* Remove neovim configsJune McEnroe2021-04-26
| | | | | I don't use it anymore except when I need UTF-8, and I'd rather just use unconfigured vim for that.
* Add cwm bindings for tilingJune McEnroe2021-03-01
|
* Switch to Go Mono on OpenBSDJune McEnroe2021-02-23
| | | | | Luxi's uncrossed zero is just too bad. Oh and lower case l is also better in Go.
* Set XTerm*charClass to select URLsJune McEnroe2021-02-15
| | | | By double-clicking.
* Set font size back down to 11June McEnroe2021-02-14
| | | | | | I don't know. 11 is definitely big enough, there's something else. Perhaps just how macOS renders everything with a slightly heavier stroke.
* Set antialiasing and unhinting globallyJune McEnroe2021-02-09
|
* Add volume control bindings to cwmJune McEnroe2021-02-09
| | | | sndioctl is nice and easy.
* Disable mouse mode in xtermJune McEnroe2021-02-09
| | | | I do not ever want to use this feature.
* Add macOS-like copy and paste to xtermJune McEnroe2021-02-08
|
* Use 4M- for window resizing in cwmJune McEnroe2021-02-08
|
* 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
| | | | | 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
|
* 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.
* 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
|
* 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.
* Move gpl.c and agpl.c templates out of etcJune McEnroe2021-01-28
|
* Enable diff.colorMovedJune McEnroe2021-01-11
|
* 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
|
* 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.
* Update htop config serializationJune McEnroe2020-08-18
| | | | htop finally removed the trailing whitespace from its serialization...
* Set pull.rebase trueJune McEnroe2020-07-20
|
* Add \d to replace .Dd macroJune McEnroe2020-01-25
|
* Add \S to sort inside bracesJune McEnroe2019-12-26
|
* Respect mailmap in gl pretty formatJune McEnroe2019-12-20
|
* Disable signing commitsJune McEnroe2019-12-20
| | | | | | Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos.
* Remove 1sh env.shJune McEnroe2019-11-21
|
* Add \? to promptJune McEnroe2019-11-20
|
* Remove color from 1sh promptsJune McEnroe2019-11-20
| | | | | The weird PSlit behaviour just causes more weirdness than it's worth. The color I was using was barely different anyway.
* Add GPL header templateJune McEnroe2019-11-06
|
* Use initial in git authorJune McEnroe2019-11-01
|