Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | ||
| | ||||||
* | [rc/tlp] disable bluetooth on startup for langa | 2018-09-16 | 1 | -1/+2 | ||
| | ||||||
* | [rc/tlp] add config for langa (formerly enigma) | 2018-09-16 | 1 | -1/+312 | ||
| | ||||||
* | [rc/fontconfig] use Liberation Sans over Nimbus Sans for Helvetica | 2018-09-15 | 1 | -2/+2 | ||
| | ||||||
* | [rc] a few changes and notmuch tags for new courses | 2018-09-10 | 1 | -8/+10 | ||
| | ||||||
* | [rc/notmuch] add work and lists/alloytools tagging rules | 2018-08-29 | 1 | -1/+3 | ||
| | ||||||
* | [rc/notmuch] add uw/se212 tag rule | 2018-08-25 | 1 | -0/+1 | ||
| | ||||||
* | [rc/sway] fix rofi-pass binding | 2018-08-22 | 1 | -1/+1 | ||
| | ||||||
* | [rc/i3status] add pulseaudio volume and adjust battery low_threshold | 2018-08-18 | 1 | -3/+10 | ||
| | ||||||
* | [rc/i3status] customizations | 2018-08-17 | 1 | -14/+25 | ||
| | ||||||
* | [rc/{sway,tlp}] add rofi-pass binding, and plasma is now archy | 2018-08-17 | 1 | -2/+5 | ||
| | ||||||
* | [rc] switch from i3gs to i3status | 2018-08-17 | 1 | -4/+60 | ||
| | ||||||
* | [rc] fix alphabetical order of Configs sections | 2018-08-17 | 1 | -142/+142 | ||
| | ||||||
* | [rc] don't tangle some of the scripts I don't use anymore | 2018-08-17 | 1 | -4/+4 | ||
| | ||||||
* | [emacs,rc] update my gnu address | 2018-08-17 | 1 | -6/+10 | ||
| | ||||||
* | [rc/msmtp] update expected tls_fingerprint for nix | 2018-08-10 | 1 | -1/+2 | ||
| | | | | updated the cert today | |||||
* | [rc/zim] update zssh_ids | 2018-08-07 | 1 | -1/+1 | ||
| | ||||||
* | [rc/zim] use new ssh key | 2018-08-05 | 1 | -1/+1 | ||
| | ||||||
* | [rc] use l/ instead of lists/ for nm tags. use gnu address for sr.ht | 2018-08-05 | 1 | -22/+36 | ||
| | | | | | | - use a shorter l/ prefix for tagging mailing list emails - use my gnu address for lists.sr.ht - sieve rules for sr.ht lists (thanks iank for help with the regex) | |||||
* | [rc] add nmam and nmam3 aliases for extracting patches from notmuch | 2018-08-04 | 1 | -0/+3 | ||
| | | | | kudos and thanks to @bremner | |||||
* | [emacs,rc] add my new gnu address | 2018-08-04 | 1 | -9/+9 | ||
| | | | | also remove my long uw address, at least for now | |||||
* | [rc/sway] add back second argument of floating_modifier | 2018-07-25 | 1 | -1/+4 | ||
| | | | | implemented in https://github.com/swaywm/sway/pull/2352 | |||||
* | [rc/i3gs] better spacing | 2018-07-25 | 1 | -2/+2 | ||
| | ||||||
* | [rc] add volume-info script for displaying volume in bar | 2018-07-24 | 1 | -0/+20 | ||
| | ||||||
* | [rc/battery-percentage-time] drastically improve the script | 2018-07-24 | 1 | -29/+18 | ||
| | | | | | thanks to @sircmpwn: https://cmpwn.com/@sir/100431155990909270 | |||||
* | [rc] disable some i3gs blocks & change battery time/perct. format | 2018-07-24 | 1 | -15/+43 | ||
| | ||||||
* | [rc/sway] launch dunst on start, and swap bspwm & original bindings | 2018-07-22 | 1 | -10/+11 | ||
| | | | | depends: dunst | |||||
* | [rc/sway] uncomment floating_modifier | 2018-07-22 | 1 | -4/+1 | ||
| | | | | | | landed as of https://github.com/swaywm/sway/pull/2296 though, there seems to have been a change of syntax, and the second argument (normal or inverse) was not implemented (perhaps not yet). |