| Commit message (Expand) | Author | Age | Files | Lines |
* | [rc/sway] darker colour for the bar |  Amin Bandali | 2018-12-22 | 1 | -2/+2 |
* | [rc/sway] use super+shift+e instead of XF86PowerOff for exit dialog |  Amin Bandali | 2018-12-12 | 1 | -5/+6 |
* | [rc/zsh] add a few env vars related to guix and certs•••also do guix package -i nss-certs in conjunction with this
|  Amin Bandali | 2018-12-10 | 1 | -0/+3 |
* | [rc/zsh] set GUIX_LOCPATH and adjust PATH for guix |  Amin Bandali | 2018-12-10 | 1 | -0/+3 |
* | [rc/msmtp] add alias account for new address |  Amin Bandali | 2018-12-06 | 1 | -0/+3 |
* | [rc/sway] swap floating vs. tiled urxvt bindings |  Amin Bandali | 2018-12-05 | 1 | -2/+2 |
* | [rc/sway] super+shift+return for floating urxvt terminal |  Amin Bandali | 2018-12-04 | 1 | -0/+2 |
* | [emacs] add cpitclaudel's tangomod{,-dark} themes•••and amin/{dark,light} helpers to switch between them along with
corresponding sml mode-line theme
|  Amin Bandali | 2018-12-01 | 1 | -1/+0 |
* | [rc/pigeonhole] update and slightly simplify the sieve rules a bit |  Amin Bandali | 2018-11-26 | 1 | -32/+42 |
* | [rc] synchronize uw mail first (lower latency than my server) |  Amin Bandali | 2018-11-17 | 1 | -1/+1 |
* | [rc/rofi-remmina.py] better format code, set rofi -width |  Amin Bandali | 2018-11-16 | 1 | -2/+9 |
* | [rc] add rofi-remmina.py script for launching remmina connections•••i *hate* that the remmina gtk gui doesn’t let me just type a few
characters of the connection name and press enter.
|  Amin Bandali | 2018-11-16 | 1 | -0/+32 |
* | [rc/rofi-light] don’t invoke light when esc was pressed |  Amin Bandali | 2018-11-16 | 1 | -1/+1 |
* | [rc/msmtp] update expected fp tls cert fingerprint |  Amin Bandali | 2018-11-15 | 1 | -1/+1 |
* | [rc/mbsync] actually delete messages instead of marking as deleted |  Amin Bandali | 2018-11-10 | 1 | -0/+1 |
* | [rc/dovecot] enable fts_lucene for full-text search |  Amin Bandali | 2018-11-08 | 1 | -6/+6 |
* | [emacs,rc] Gnus + Isync + Dovecot configs, notmuch-emacs phase out•••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
|  Amin Bandali | 2018-11-07 | 1 | -16/+69 |
* | [rc] nix → deb, and a few useful aliases |  Amin Bandali | 2018-11-05 | 1 | -6/+7 |
* | [rc/{getmail,git,msmtp}] update to reflect fencepost username change |  Amin Bandali | 2018-10-29 | 1 | -7/+11 |
* | [rc/{sway,i3status}] display screen icon on the bar when nosleep•••- 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.
|  Amin Bandali | 2018-10-22 | 1 | -2/+80 |
* | [rc/sway] simple file-based presentation mode |  Amin Bandali | 2018-10-21 | 1 | -2/+8 |
* | [rc/sway] add notifications and screenshotting•••deps: mako, grim, and slurp (all by emersion)
|  Amin Bandali | 2018-10-20 | 1 | -6/+36 |
* | [rc] fix arguments to light•••recent breaking change on upstream
|  Amin Bandali | 2018-10-20 | 1 | -1/+1 |
* | [rc] be more quiet while fetching email |  Amin Bandali | 2018-10-20 | 1 | -1/+1 |
* | [rc/tlp] fix hostname |  Amin Bandali | 2018-10-20 | 1 | -2/+2 |
* | [rc/sway] don't automatically lock the screen |  Amin Bandali | 2018-10-20 | 1 | -10/+8 |
* | [rc/sway] per host input config |  Amin Bandali | 2018-10-20 | 1 | -25/+47 |
* | [emacs,rc] update mail and gpg key |  Amin Bandali | 2018-10-17 | 1 | -13/+9 |
* | [rc] update my gnu address once more |  Amin Bandali | 2018-10-09 | 1 | -3/+3 |
* | [emacs,rc] switch to Source Code Pro from Ubuntu Mono throughout |  Amin Bandali | 2018-10-09 | 1 | -8/+10 |
* | [rc] small misc changes |  Amin Bandali | 2018-09-24 | 1 | -2/+2 |
* | [rc/sway] change font from Ubuntu Mono to DejaVu Sans Mono•••looks better than Ubuntu Mono after the following recent changes:
https://github.com/swaywm/sway/pull/2677
https://github.com/swaywm/sway/pull/2691
|  Amin Bandali | 2018-09-24 | 1 | -1/+4 |
* | [rc/i3status] enable displaying ethernet status |  Amin Bandali | 2018-09-21 | 1 | -6/+6 |
* | [rc/{sway,X}] add custom keyboard layout, mapping Menu to Alt_R•••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.
|  Amin Bandali | 2018-09-18 | 1 | -2/+14 |
* | [rc/sway] bind XF86PowerOff to prompt for system exit action•••- (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)
|  Amin Bandali | 2018-09-17 | 1 | -0/+25 |
* | [rc/sway] increase font size to 11 |  Amin Bandali | 2018-09-17 | 1 | -1/+1 |
* | [rc/sway] increase locking delays and use Ubuntu Mono |  Amin Bandali | 2018-09-16 | 1 | -2/+5 |
* | [rc/sway] disable langa's touchapd•••i only use the trackpoint
|  Amin Bandali | 2018-09-16 | 1 | -0/+8 |
* | [rc] add swaylock configuration and lock screen when idle |  Amin Bandali | 2018-09-16 | 1 | -12/+16 |
* | [rc/tlp] disable bluetooth on startup for langa |  Amin Bandali | 2018-09-16 | 1 | -1/+2 |
* | [rc/tlp] add config for langa (formerly enigma) |  Amin Bandali | 2018-09-16 | 1 | -1/+312 |
* | [rc/fontconfig] use Liberation Sans over Nimbus Sans for Helvetica |  Amin Bandali | 2018-09-15 | 1 | -2/+2 |
* | [rc] a few changes and notmuch tags for new courses |  Amin Bandali | 2018-09-10 | 1 | -8/+10 |
* | [rc/notmuch] add work and lists/alloytools tagging rules |  Amin Bandali | 2018-08-29 | 1 | -1/+3 |
* | [rc/notmuch] add uw/se212 tag rule |  Amin Bandali | 2018-08-25 | 1 | -0/+1 |
* | [rc/sway] fix rofi-pass binding |  Amin Bandali | 2018-08-22 | 1 | -1/+1 |
* | [rc/i3status] add pulseaudio volume and adjust battery low_threshold |  Amin Bandali | 2018-08-18 | 1 | -3/+10 |
* | [rc/i3status] customizations |  Amin Bandali | 2018-08-17 | 1 | -14/+25 |
* | [rc/{sway,tlp}] add rofi-pass binding, and plasma is now archy |  Amin Bandali | 2018-08-17 | 1 | -2/+5 |
* | [rc] switch from i3gs to i3status |  Amin Bandali | 2018-08-17 | 1 | -4/+60 |