Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [rc/systemd] fix missing sudo prefix | 2019-01-30 | 1 | -1/+1 | |
| | |||||
* | [rc/Zsh] tweak zim templates | 2019-01-29 | 1 | -7/+5 | |
| | | | | see https://github.com/zimfw/zimfw/commit/a05890e8b47e1f4071936ec69d2b77522edfd3d3 | ||||
* | [rc/getmail] add a (commented) MDA_external dest type for reference | 2019-01-29 | 1 | -0/+5 | |
| | |||||
* | [rc/systemd] keep boot messages on tty1 | 2019-01-29 | 1 | -0/+8 | |
| | |||||
* | [rc/msmtp] update fp’s tls_fingerprint | 2019-01-17 | 1 | -1/+1 | |
| | |||||
* | [rc/sway] add a few floating window rules | 2019-01-17 | 1 | -0/+9 | |
| | |||||
* | [rc/i3status] disable wireless status for now | 2019-01-16 | 1 | -1/+1 | |
| | |||||
* | [rc/urxvt] fix definitions for non-regular font styles | 2019-01-16 | 1 | -3/+3 | |
| | |||||
* | [rc/msmtp] update deb's tls cert fingerprint | 2019-01-06 | 1 | -1/+1 | |
| | |||||
* | [rc/sway] add sticky toggle binding | 2019-01-01 | 1 | -0/+3 | |
| | |||||
* | [rc] remove old configs: bspwm, sxhkd, offlineimap, polybar, ranger | 2018-12-27 | 1 | -1399/+0 | |
| | |||||
* | [rc/sway] darker colour for the bar | 2018-12-22 | 1 | -2/+2 | |
| | |||||
* | [rc/sway] use super+shift+e instead of XF86PowerOff for exit dialog | 2018-12-12 | 1 | -5/+6 | |
| | |||||
* | [rc/zsh] add a few env vars related to guix and certs | 2018-12-10 | 1 | -0/+3 | |
| | | | | also do guix package -i nss-certs in conjunction with this | ||||
* | [rc/zsh] set GUIX_LOCPATH and adjust PATH for guix | 2018-12-10 | 1 | -0/+3 | |
| | |||||
* | [rc/msmtp] add alias account for new address | 2018-12-06 | 1 | -0/+3 | |
| | |||||
* | [rc/sway] swap floating vs. tiled urxvt bindings | 2018-12-05 | 1 | -2/+2 | |
| | |||||
* | [rc/sway] super+shift+return for floating urxvt terminal | 2018-12-04 | 1 | -0/+2 | |
| | |||||
* | [emacs] add cpitclaudel's tangomod{,-dark} themes | 2018-12-01 | 1 | -1/+0 | |
| | | | | | and amin/{dark,light} helpers to switch between them along with corresponding sml mode-line theme | ||||
* | [rc/pigeonhole] update and slightly simplify the sieve rules a bit | 2018-11-26 | 1 | -32/+42 | |
| | |||||
* | [rc] synchronize uw mail first (lower latency than my server) | 2018-11-17 | 1 | -1/+1 | |
| | |||||
* | [rc/rofi-remmina.py] better format code, set rofi -width | 2018-11-16 | 1 | -2/+9 | |
| | |||||
* | [rc] add rofi-remmina.py script for launching remmina connections | 2018-11-16 | 1 | -0/+32 | |
| | | | | | i *hate* that the remmina gtk gui doesn’t let me just type a few characters of the connection name and press enter. | ||||
* | [rc/rofi-light] don’t invoke light when esc was pressed | 2018-11-16 | 1 | -1/+1 | |
| | |||||
* | [rc/msmtp] update expected fp tls cert fingerprint | 2018-11-15 | 1 | -1/+1 | |
| | |||||
* | [rc/mbsync] actually delete messages instead of marking as deleted | 2018-11-10 | 1 | -0/+1 | |
| | |||||
* | [rc/dovecot] enable fts_lucene for full-text search | 2018-11-08 | 1 | -6/+6 | |
| | |||||
* | [emacs,rc] Gnus + Isync + Dovecot configs, notmuch-emacs phase out | 2018-11-07 | 1 | -16/+69 | |
| | | | | | | TODO: look into full-text search, using either notmuch or (c)lucene https://ericabrahamsen.net/tech/2014/oct/gnus-dovecot-lucene.html https://web.archive.org/web/20160713091633/http://roland.entierement.nu:80/blog/2010/09/08/gnus-dovecot-offlineimap-search-a-howto.html | ||||
* | [rc] nix → deb, and a few useful aliases | 2018-11-05 | 1 | -6/+7 | |
| | |||||
* | [rc/{getmail,git,msmtp}] update to reflect fencepost username change | 2018-10-29 | 1 | -7/+11 | |
| | |||||
* | [rc/{sway,i3status}] display screen icon on the bar when nosleep | 2018-10-22 | 1 | -2/+80 | |
| | | | | | | | | | | | | | | | | | | | | | - since i3status doesn't support custom blocks, we have to wrap around it to add more info to it. if colours aren't needed, it could be as simple as something like this (from the i3status manual): #!/bin/sh # shell script to prepend i3status with more stuff i3status | while : do read line echo "mystuff | $line" || exit 1 done but since i like colours, we need a more sophisticated solution which involves dealing with json; and thus the output_format needs to be "i3bar". - `killall -USR1 i3status` forces an update when we toggle nosleep. | ||||
* | [rc/sway] simple file-based presentation mode | 2018-10-21 | 1 | -2/+8 | |
| | |||||
* | [rc/sway] add notifications and screenshotting | 2018-10-20 | 1 | -6/+36 | |
| | | | | deps: mako, grim, and slurp (all by emersion) | ||||
* | [rc] fix arguments to light | 2018-10-20 | 1 | -1/+1 | |
| | | | | recent breaking change on upstream | ||||
* | [rc] be more quiet while fetching email | 2018-10-20 | 1 | -1/+1 | |
| | |||||
* | [rc/tlp] fix hostname | 2018-10-20 | 1 | -2/+2 | |
| | |||||
* | [rc/sway] don't automatically lock the screen | 2018-10-20 | 1 | -10/+8 | |
| | |||||
* | [rc/sway] per host input config | 2018-10-20 | 1 | -25/+47 | |
| | |||||
* | [emacs,rc] update mail and gpg key | 2018-10-17 | 1 | -13/+9 | |
| | |||||
* | [rc] update my gnu address once more | 2018-10-09 | 1 | -3/+3 | |
| | |||||
* | [emacs,rc] switch to Source Code Pro from Ubuntu Mono throughout | 2018-10-09 | 1 | -8/+10 | |
| | |||||
* | [rc] small misc changes | 2018-09-24 | 1 | -2/+2 | |
| | |||||
* | [rc/sway] change font from Ubuntu Mono to DejaVu Sans Mono | 2018-09-24 | 1 | -1/+4 | |
| | | | | | | | looks better than Ubuntu Mono after the following recent changes: https://github.com/swaywm/sway/pull/2677 https://github.com/swaywm/sway/pull/2691 | ||||
* | [rc/i3status] enable displaying ethernet status | 2018-09-21 | 1 | -6/+6 | |
| | |||||
* | [rc/{sway,X}] add custom keyboard layout, mapping Menu to Alt_R | 2018-09-18 | 1 | -2/+14 | |
| | | | | | | | | | | | | | | | | | back when i wasn't on wayland, i used to use xmodmap to remap the menu key to right alt, xmodmap -e "keycode 135 = Alt_R", since, as it turns out, setxkbmap doesn't have an option for that. there being no xkb option for changing menu into right alt meant i was stuck with it on sway, since setxkbmap is X-specific. figuring out how to write my own xkb rules was "fun". at first i did a separate aminb file containing aminb:menu_ralt (à la altwin:menu); but decided it would be simpler to just define my own us(basic)-based layout and make all the changes there. also, no need to map right control to right alt using ctrl:rctrl_ralt anymore. | ||||
* | [rc/sway] bind XF86PowerOff to prompt for system exit action | 2018-09-17 | 1 | -0/+25 | |
| | | | | | | | | | | | | | - (l)ock - (e)xit sway - (s)uspend - (h)ibernate - (r)eboot - (S)hutdown need to inhibit systemd's handling of the power button using systemd-inhibit (or alternatively and less elegantly by modifying /etc/systemd/logind.conf, which i didn't want to do) | ||||
* | [rc/sway] increase font size to 11 | 2018-09-17 | 1 | -1/+1 | |
| | |||||
* | [rc/sway] increase locking delays and use Ubuntu Mono | 2018-09-16 | 1 | -2/+5 | |
| | |||||
* | [rc/sway] disable langa's touchapd | 2018-09-16 | 1 | -0/+8 | |
| | | | | i only use the trackpoint | ||||
* | [rc] add swaylock configuration and lock screen when idle | 2018-09-16 | 1 | -12/+16 | |
| |