summary refs log tree commit diff
path: root/home/.config (follow)
Commit message (Expand)AuthorAge
* Configure xlockJune McEnroe2021-06-03
* Add top gap in cwmJune McEnroe2021-06-02
* Add cwm keys for putting windows in cornersJune McEnroe2021-05-20
* Install firefox on OpenBSDJune McEnroe2021-05-17
* Remove neovim configsJune McEnroe2021-04-26
* Add cwm bindings for tilingJune McEnroe2021-03-01
* Switch to Go Mono on OpenBSDJune McEnroe2021-02-23
* Set XTerm*charClass to select URLsJune McEnroe2021-02-15
* Set font size back down to 11June McEnroe2021-02-14
* Set antialiasing and unhinting globallyJune McEnroe2021-02-09
* Add volume control bindings to cwmJune McEnroe2021-02-09
* Disable mouse mode in xtermJune McEnroe2021-02-09
* 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
* Add simple battery status and clock to xsessionJune McEnroe2021-02-07
* Set cursor theme and sizeJune 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
* Bump font size to 12June McEnroe2021-02-07
* Fully configure and rebind cwmJune McEnroe2021-02-07
* Finish configuring xtermJune McEnroe2021-02-07
* Add xmodmap configurationJune McEnroe2021-02-06
* Add initial OpenBSD X configurationJune McEnroe2021-02-06
* 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
* Move rfc to doc/rfcJune McEnroe2020-12-21
* Convert :RFC number to numberJune McEnroe2020-12-19
* 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
* Disable mouse in htopJune McEnroe2020-12-05
* Update htop config serializationJune McEnroe2020-08-18
* 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
* Remove 1sh env.shJune McEnroe2019-11-21
* Add \? to promptJune McEnroe2019-11-20
* Remove color from 1sh promptsJune McEnroe2019-11-20
* Add GPL header templateJune McEnroe2019-11-06
* Mark ' for \aJune McEnroe2019-10-28
* Set the write variable for nvim man modeJune McEnroe2019-10-14
* Update neovim 0.4.2June McEnroe2019-10-02
* Clean up home filesJune McEnroe2019-07-27
-02-11Don't insert color codes for non-mentionsJune McEnroe 2020-02-11Take first two words in colorMentionsJune McEnroe This lets phrases like "hi june" get colored, but still doesn't get carried away. 2020-02-11Use time_t for save signatureJune McEnroe It's actually more likely to be 64-bit than size_t anyway, and it eliminates some helper functions. Also don't error when reading an empty save file. 2020-02-11Set self.nick to * initiallyJune McEnroe Allows removing a bunch of checks that self.nick is set, and it's what the server usually calls you before registration. Never highlight notices as mentions. 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe