summaryrefslogtreecommitdiffstats
path: root/rc.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [rc/sway] use super+shift+e instead of XF86PowerOff for exit dialogAmin Bandali2018-12-121-5/+6
|
* [rc/zsh] add a few env vars related to guix and certsAmin Bandali2018-12-101-0/+3
| | | | also do guix package -i nss-certs in conjunction with this
* [rc/zsh] set GUIX_LOCPATH and adjust PATH for guixAmin Bandali2018-12-101-0/+3
|
* [rc/msmtp] add alias account for new addressAmin Bandali2018-12-061-0/+3
|
* [rc/sway] swap floating vs. tiled urxvt bindingsAmin Bandali2018-12-051-2/+2
|
* [rc/sway] super+shift+return for floating urxvt terminalAmin Bandali2018-12-041-0/+2
|
* [emacs] add cpitclaudel's tangomod{,-dark} themesAmin Bandali2018-12-011-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 bitAmin Bandali2018-11-261-32/+42
|
* [rc] synchronize uw mail first (lower latency than my server)Amin Bandali2018-11-171-1/+1
|
* [rc/rofi-remmina.py] better format code, set rofi -widthAmin Bandali2018-11-161-2/+9
|
* [rc] add rofi-remmina.py script for launching remmina connectionsAmin Bandali2018-11-161-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 pressedAmin Bandali2018-11-161-1/+1
|
* [rc/msmtp] update expected fp tls cert fingerprintAmin Bandali2018-11-151-1/+1
|
* [rc/mbsync] actually delete messages instead of marking as deletedAmin Bandali2018-11-101-0/+1
|
* [rc/dovecot] enable fts_lucene for full-text searchAmin Bandali2018-11-081-6/+6
|
* [emacs,rc] Gnus + Isync + Dovecot configs, notmuch-emacs phase outAmin Bandali2018-11-071-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 aliasesAmin Bandali2018-11-051-6/+7
|
* [rc/{getmail,git,msmtp}] update to reflect fencepost username changeAmin Bandali2018-10-291-7/+11
|
* [rc/{sway,i3status}] display screen icon on the bar when nosleepAmin Bandali2018-10-221-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 modeAmin Bandali2018-10-211-2/+8
|
* [rc/sway] add notifications and screenshottingAmin Bandali2018-10-201-6/+36
| | | | deps: mako, grim, and slurp (all by emersion)
* [rc] fix arguments to lightAmin Bandali2018-10-201-1/+1
| | | | recent breaking change on upstream
* [rc] be more quiet while fetching emailAmin Bandali2018-10-201-1/+1
|
* [rc/tlp] fix hostnameAmin Bandali2018-10-201-2/+2
|
* [rc/sway] don't automatically lock the screenAmin Bandali2018-10-201-10/+8
|
* [rc/sway] per host input configAmin Bandali2018-10-201-25/+47
|
* [emacs,rc] update mail and gpg keyAmin Bandali2018-10-171-13/+9
|
* [rc] update my gnu address once moreAmin Bandali2018-10-091-3/+3
|
* [emacs,rc] switch to Source Code Pro from Ubuntu Mono throughoutAmin Bandali2018-10-091-8/+10
|
* [rc] small misc changesAmin Bandali2018-09-241-2/+2
|
* [rc/sway] change font from Ubuntu Mono to DejaVu Sans MonoAmin Bandali2018-09-241-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 statusAmin Bandali2018-09-211-6/+6
|
* [rc/{sway,X}] add custom keyboard layout, mapping Menu to Alt_RAmin Bandali2018-09-181-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 actionAmin Bandali2018-09-171-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 11Amin Bandali2018-09-171-1/+1
|
* [rc/sway] increase locking delays and use Ubuntu MonoAmin Bandali2018-09-161-2/+5
|
* [rc/sway] disable langa's touchapdAmin Bandali2018-09-161-0/+8
| | | | i only use the trackpoint
* [rc] add swaylock configuration and lock screen when idleAmin Bandali2018-09-161-12/+16
|
* [rc/tlp] disable bluetooth on startup for langaAmin Bandali2018-09-161-1/+2
|
* [rc/tlp] add config for langa (formerly enigma)Amin Bandali2018-09-161-1/+312
|
* [rc/fontconfig] use Liberation Sans over Nimbus Sans for HelveticaAmin Bandali2018-09-151-2/+2
|
* [rc] a few changes and notmuch tags for new coursesAmin Bandali2018-09-101-8/+10
|
* [rc/notmuch] add work and lists/alloytools tagging rulesAmin Bandali2018-08-291-1/+3
|
* [rc/notmuch] add uw/se212 tag ruleAmin Bandali2018-08-251-0/+1
|
* [rc/sway] fix rofi-pass bindingAmin Bandali2018-08-221-1/+1
|
* [rc/i3status] add pulseaudio volume and adjust battery low_thresholdAmin Bandali2018-08-181-3/+10
|
* [rc/i3status] customizationsAmin Bandali2018-08-171-14/+25
|
* [rc/{sway,tlp}] add rofi-pass binding, and plasma is now archyAmin Bandali2018-08-171-2/+5
|
* [rc] switch from i3gs to i3statusAmin Bandali2018-08-171-4/+60
|
* [rc] fix alphabetical order of Configs sectionsAmin Bandali2018-08-171-142/+142
|