summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
* Add gdbinit, hushlogin, inputrcJune McEnroe2022-09-18
* Remove some filesJune McEnroe2022-09-18
* Set push.autoSetupRemoteJune McEnroe2022-07-13
* Bump xterm font size to 12June McEnroe2022-06-25
* Set prompt for okshJune McEnroe2022-05-29
* Add mins scriptJune McEnroe2022-05-29
* Add all possible hostnames to ssh configJune McEnroe2022-05-16
* Add back grc aliasJune McEnroe2022-05-16
* Source ~/.profile.local if it existsJune McEnroe2022-03-22
* Set diff.colorMovedWSJune McEnroe2022-02-03
* Add whincludeJune McEnroe2022-02-02
* Allow arguments to nasd scriptJune McEnroe2022-01-29
* Use diff-highlight for GIT_PAGER if availableJune McEnroe2022-01-18
* Add ~/.cargo to PATHJune McEnroe2022-01-17
* Set extended in viJune McEnroe2022-01-17
* Update git author nameJune McEnroe2021-12-07
* Invert doas/sudo aliasJune McEnroe2021-09-27
* Add pyro to ssh configJune McEnroe2021-09-26
* Disable HashKnownHostsJune McEnroe2021-09-25
* Add scout to ssh configJune McEnroe2021-09-25
* Revert "Add cat alias using less"June McEnroe2021-09-25
* Scroll by single lines in xtermJune McEnroe2021-09-23
* Hide htop "function bar"June McEnroe2021-09-23
* Allow FocusEvents in xtermJune McEnroe2021-09-23
* Use command -v rather than typeJune McEnroe2021-08-25
* Add cat alias using lessJune McEnroe2021-08-12
* Don't run sctdJune McEnroe2021-06-28
* sctd more aggressivelyJune McEnroe2021-06-14
* Set iclower, not icJune McEnroe2021-06-14
* Stop mpv from dumping coreJune McEnroe2021-06-09
* 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
* Emulate MANSECT for mandoc which lacks itJune McEnroe2021-05-03
* Add ff aliasJune McEnroe2021-05-02
* Alias ag to ag --pagerJune McEnroe2021-05-02
* Remove vim aliasJune McEnroe2021-04-26
* Remove neovim configsJune McEnroe2021-04-26
* Add cwm bindings for tilingJune McEnroe2021-03-01
* Move LESS_TERMCAP settings to .shrcJune McEnroe2021-02-27
* Revert "Lower sctd temperature"June McEnroe2021-02-27
* Lower sctd temperatureJune McEnroe2021-02-26
* Switch to Go Mono on OpenBSDJune McEnroe2021-02-23
* Handle negative inputs to degJune McEnroe2021-02-19
* Set XTerm*charClass to select URLsJune McEnroe2021-02-15
* Set font size back down to 11June McEnroe2021-02-14
* Colour battery level red when criticalJune McEnroe2021-02-10
* Set LC_CTYPE=en_US.UTF-8June McEnroe2021-02-10
* Add ~/.local/share/man to MANPATHJune McEnroe2021-02-09
-11-08 20:56:12 -0500'>2019-11-08Check that password is hashedJune McEnroe 2019-11-08Avoid calling getopt_long again after it returns -1June McEnroe On GNU, calling getopt_long again will reset optind back to the first non-option argument, which would cause an infinite loop of reading the same configurtion file forever. 2019-11-08Only change AWAY status for registered clientsJune McEnroe Turns out I did eventually fix this, because I may want to implement "passive clients" for logging or notification stuff, which wouldn't affect AWAY status either. 2019-11-07Just write the example normallyJune McEnroe 2019-11-07Include path in readlinkat errorJune McEnroe 2019-11-07Call clientConsume before clientRecvJune McEnroe This might reduce the frequency of a client getting its own message back because it was behind in the ring when it sent it. 2019-11-06Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe