Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set push.autoSetupRemote | June McEnroe | 2022-07-13 |
| | |||
* | Bump xterm font size to 12 | June McEnroe | 2022-06-25 |
| | |||
* | Set diff.colorMovedWS | June McEnroe | 2022-02-03 |
| | |||
* | Update git author name | June McEnroe | 2021-12-07 |
| | | | | It seems this name has stuck. | ||
* | Scroll by single lines in xterm | June McEnroe | 2021-09-23 |
| | |||
* | Hide htop "function bar" | June McEnroe | 2021-09-23 |
| | | | | Useless thing... | ||
* | Allow FocusEvents in xterm | June McEnroe | 2021-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 xlock | June McEnroe | 2021-06-03 |
| | | | | | The manual page claims that usefirst defaults to off, and yet it doesn't, at least on OpenBSD? | ||
* | Add top gap in cwm | June McEnroe | 2021-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 corners | June McEnroe | 2021-05-20 |
| | |||
* | Install firefox on OpenBSD | June McEnroe | 2021-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 configs | June McEnroe | 2021-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 tiling | June McEnroe | 2021-03-01 |
| | |||
* | Switch to Go Mono on OpenBSD | June McEnroe | 2021-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 URLs | June McEnroe | 2021-02-15 |
| | | | | By double-clicking. | ||
* | Set font size back down to 11 | June McEnroe | 2021-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 globally | June McEnroe | 2021-02-09 |
| | |||
* | Add volume control bindings to cwm | June McEnroe | 2021-02-09 |
| | | | | sndioctl is nice and easy. | ||
* | Disable mouse mode in xterm | June McEnroe | 2021-02-09 |
| | | | | I do not ever want to use this feature. | ||
* | Add macOS-like copy and paste to xterm | June McEnroe | 2021-02-08 |
| | |||
* | Use 4M- for window resizing in cwm | June McEnroe | 2021-02-08 |
| | |||
* | 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 |
| | | | | | 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 xsession | June McEnroe | 2021-02-07 |
| | | | | I love how simple this is. | ||
* | Set cursor theme and size | June McEnroe | 2021-02-07 |
| | |||
* | Set colours for Xt and cwm | June McEnroe | 2021-02-07 |
| | | | | And increase XTerm internalBorder. | ||
* | Set urgency on bell in xterm | June McEnroe | 2021-02-07 |
| | |||
* | Add bindings for brightness control | June McEnroe | 2021-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 12 | June McEnroe | 2021-02-07 |
| | | | | | 11 is what I use on macOS, but I feel like my eyes are working harder here. | ||
* | Fully configure and rebind cwm | June McEnroe | 2021-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 xterm | June McEnroe | 2021-02-07 |
| | |||
* | Add xmodmap configuration | June McEnroe | 2021-02-06 |
| | |||
* | Add initial OpenBSD X configuration | June McEnroe | 2021-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 etc | June McEnroe | 2021-01-28 |
| | |||
* | Enable diff.colorMoved | June McEnroe | 2021-01-11 |
| | |||
* | Move rfc.vim to doc/rfc | June McEnroe | 2020-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/rfc | June McEnroe | 2020-12-21 |
| | |||
* | Convert :RFC number to number | June McEnroe | 2020-12-19 |
| | | | | This removes any leading zeros such as in rfc-index.txt. | ||
* | Move :RFC to plugin script | June McEnroe | 2020-12-19 |
| | |||
* | Open rfc-index.txt for :RFC without argument | June McEnroe | 2020-12-19 |
| | |||
* | Add :RFC vim command to view IETF RFCs | June McEnroe | 2020-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 htop | June McEnroe | 2020-12-05 |
| | | | | I feel like this option is new, otherwise I would have unset it before. | ||
* | Update htop config serialization | June McEnroe | 2020-08-18 |
| | | | | htop finally removed the trailing whitespace from its serialization... | ||
* | Set pull.rebase true | June McEnroe | 2020-07-20 |
| | |||
* | Add \d to replace .Dd macro | June McEnroe | 2020-01-25 |
| | |||
* | Add \S to sort inside braces | June McEnroe | 2019-12-26 |
| | |||
* | Respect mailmap in gl pretty format | June McEnroe | 2019-12-20 |
| | |||
* | Disable signing commits | June McEnroe | 2019-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.sh | June McEnroe | 2019-11-21 |
| |