summary refs log tree commit diff
path: root/home/.config/X/resources (follow)
Commit message (Collapse)AuthorAge
* Bump xterm font size to 12June McEnroe2022-06-25
|
* Scroll by single lines in xtermJune McEnroe2021-09-23
|
* 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?
* 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
|
* 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 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?
* 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
|
* 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.
* Finish configuring xtermJune McEnroe2021-02-07
|
* 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.