Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * .config/screen/screenrc: Increase idle lock from 5 to 10 minutes. | 2022-05-19 | 1 | -1/+1 | ||
| | ||||||
* | * .xinitrc: Remove unused file. | 2022-05-19 | 1 | -32/+0 | ||
| | ||||||
* | * .signature: Use new site address. | 2022-05-19 | 1 | -1/+1 | ||
| | ||||||
* | * .profile: export GPG_TTY=$(tty) | 2022-05-19 | 1 | -0/+1 | ||
| | ||||||
* | * .bashrc: reorganize, and update prompt | 2022-05-19 | 1 | -53/+60 | ||
| | ||||||
* | git: use 'main' for default branch name for new repos | 2022-05-19 | 2 | -0/+3 | ||
| | ||||||
* | git: use my @kelar.org address (and its smtp server) by default | 2022-05-19 | 1 | -2/+2 | ||
| | ||||||
* | add change-theme script | 2021-10-19 | 3 | -1/+45 | ||
| | | | | | | allows changing themes for future application instances as well as currently-running ones on the fly. xterm and emacs have been tested and are known to work so far. | |||||
* | move some machine-specific keyboard settings to their respective profile | 2021-10-18 | 4 | -14/+15 | ||
| | ||||||
* | gpg: set pinentry-mode to loopback | 2021-10-18 | 2 | -4/+5 | ||
| | | | | | | | | | | this is the missing piece for getting pinentry in minibuffer in emacs, for example in eshell, instead of a 'pop up' pinentry that completely messes everything up. with this in place, don't greatly extend the key cache ttls, since we don't have to worry about our tty emacs being interrupted if we mindlessly stumble into a gpg pinentry. | |||||
* | getmail: delete mail from server immediately | 2021-10-18 | 1 | -2/+2 | ||
| | ||||||
* | mbsync: increase timeout for gnu account sync | 2021-10-18 | 1 | -1/+1 | ||
| | ||||||
* | signature: simplify | 2021-10-18 | 1 | -3/+1 | ||
| | ||||||
* | emacs: update package versions, ditch orgalist, remove deprecated commented ↵ | 2021-10-18 | 2 | -34/+16 | ||
| | | | | pinentry bits | |||||
* | remove some vestigial configs | 2021-10-18 | 8 | -574/+0 | ||
| | ||||||
* | xterm: specify the configs more generally so that it would work for floating ↵ | 2021-10-18 | 1 | -4/+4 | ||
| | | | | variant as well | |||||
* | i3: switch from urxvt to xterm | 2021-10-18 | 1 | -3/+3 | ||
| | ||||||
* | user-dirs: rename XDG_TEMPLATES_DIR from temp to tmpl | 2021-10-18 | 1 | -1/+1 | ||
| | ||||||
* | xterm: set scrollTtyOutput: false and saveLines: 100000 | 2021-10-18 | 1 | -0/+2 | ||
| | ||||||
* | x: add xterm config | 2021-10-18 | 2 | -0/+5 | ||
| | | | | for now mainly to set metaSendsEscape to true | |||||
* | several uncommitted changes | 2021-10-17 | 9 | -38/+38 | ||
| | ||||||
* | gnus: conditional mail setup based on hostname | 2021-05-18 | 1 | -94/+107 | ||
| | ||||||
* | emacs: tweak mode-line look | 2021-05-18 | 1 | -4/+5 | ||
| | ||||||
* | i3: add two new key bindings for convenience | 2021-05-18 | 1 | -0/+2 | ||
| | ||||||
* | add rofi-pamixer convenience scripts for changing volume | 2021-05-18 | 2 | -0/+5 | ||
| | ||||||
* | xdg: switch back to the ~/usr/ prefix | 2021-05-18 | 1 | -8/+8 | ||
| | ||||||
* | xresources: tweak urxvt colours | 2021-05-18 | 1 | -119/+13 | ||
| | ||||||
* | small mail-related tweaks | 2021-05-16 | 2 | -2/+5 | ||
| | ||||||
* | add lisp/bandali-po.el with customizations for po-mode | 2021-05-15 | 2 | -0/+64 | ||
| | ||||||
* | add po-mode.el from the gettext repo | 2021-05-15 | 1 | -0/+3427 | ||
| | | | | https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob;f=gettext-tools/emacs/po-mode.el;h=e04428772c1c487773282d68115672dd1e823fa5;hb=HEAD | |||||
* | fix "M-r" binding for eshell history completion | 2021-05-15 | 1 | -5/+5 | ||
| | ||||||
* | bind "C-c f p" to find-file-at-point | 2021-05-15 | 1 | -0/+1 | ||
| | ||||||
* | various small email-related tweaks | 2021-05-15 | 3 | -8/+11 | ||
| | ||||||
* | experiment with using the default emacs completion system | 2021-05-15 | 1 | -10/+14 | ||
| | ||||||
* | remove some long-unused vestigial bits and pieces | 2021-05-15 | 4 | -550/+4 | ||
| | ||||||
* | tridactyl: focus <video> tags using ;v | 2021-05-15 | 1 | -0/+2 | ||
| | ||||||
* | migrate from msmtp (external) to emacs's own smtpmail | 2021-05-15 | 4 | -80/+7 | ||
| | | | | todo: see if it's possible to pin cert fingerprints as with msmtp | |||||
* | migrate from ebdb to a simple ~/.mailrc | 2021-05-15 | 4 | -60/+7 | ||
| | | | | | also automatically expand aliases when going to the next line or jumping to the end of buffer in message-mode. | |||||
* | Tweak Gnus setup. | 2021-04-27 | 1 | -4/+13 | ||
| | | | | | Most usefully, set gnus-topic-topology for a stable topology of Gnus topics. | |||||
* | Local SFL mail. | 2021-04-27 | 3 | -4/+31 | ||
| | ||||||
* | * .emacs.d/lisp/bandali-erc.el: Don't set erc-lurker-hide-list. | 2021-04-25 | 1 | -1/+1 | ||
| | | | | | | For the time being, until I get around to adding an option to ERC to log such messages to disk, as I'd like to have them in the logs even if I choose to hide them in ERC itself. | |||||
* | * .config/screen/screenrc: Lock screen when idle. | 2021-04-24 | 1 | -0/+3 | ||
| | ||||||
* | * .emacs.d/lisp/bandali-gnus.el: More convenient reply bindings | 2021-04-19 | 1 | -0/+4 | ||
| | ||||||
* | * .emacs.d/lisp/bandali-erc.el: Custom log directory and file names | 2021-04-19 | 1 | -2/+16 | ||
| | ||||||
* | * .emacs.d/lisp/bandali-erc.el: Look up certs from authinfo file | 2021-04-18 | 1 | -6/+3 | ||
| | ||||||
* | .config/msmtp/config: Update TLS fingerprints for shemshak and gnu | 2021-04-14 | 1 | -2/+2 | ||
| | ||||||
* | Update ERC setup | 2021-04-11 | 5 | -42/+20 | ||
| | | | | | | | I'm not using ZNC anymore. Also, use client certificates for authentication with the networks. Also bump copyright years. | |||||
* | Tweak ERC settings, including enabling logging | 2021-04-07 | 1 | -4/+16 | ||
| | ||||||
* | Customize mode-line faces only in graphical environments | 2021-04-07 | 1 | -9/+10 | ||
| | ||||||
* | Add some missing bins | 2021-04-03 | 3 | -0/+75 | ||
| |