summaryrefslogtreecommitdiffstats
path: root/rc.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [rc/tlp] update langa’s config for tlp-1.2Amin Bandali2019-03-201-26/+118
|
* [emacs,rc] update personal email addressAmin Bandali2019-02-221-15/+15
|
* [rc/rofi-pass] change default_user2Amin Bandali2019-02-121-1/+1
|
* [rc/pacman] enable libre-testing for nowAmin Bandali2019-02-121-2/+2
|
* [emacs,rc] add csclub mailAmin Bandali2019-02-061-1/+35
|
* [rc/tlp] work around bluetooth getting enabled after hibernateAmin Bandali2019-01-311-2/+2
| | | | of course, it should be manually disabled the first time
* [rc/pacman] add configuration and mirrorlistAmin Bandali2019-01-301-0/+220
|
* [rc/mkinitcpio] add configurationAmin Bandali2019-01-301-0/+71
|
* [rc/systemd] fix missing sudo prefixAmin Bandali2019-01-301-1/+1
|
* [rc/Zsh] tweak zim templatesAmin Bandali2019-01-291-7/+5
| | | | see https://github.com/zimfw/zimfw/commit/a05890e8b47e1f4071936ec69d2b77522edfd3d3
* [rc/getmail] add a (commented) MDA_external dest type for referenceAmin Bandali2019-01-291-0/+5
|
* [rc/systemd] keep boot messages on tty1Amin Bandali2019-01-291-0/+8
|
* [rc/msmtp] update fp’s tls_fingerprintAmin Bandali2019-01-171-1/+1
|
* [rc/sway] add a few floating window rulesAmin Bandali2019-01-171-0/+9
|
* [rc/i3status] disable wireless status for nowAmin Bandali2019-01-161-1/+1
|
* [rc/urxvt] fix definitions for non-regular font stylesAmin Bandali2019-01-161-3/+3
|
* [rc/msmtp] update deb's tls cert fingerprintAmin Bandali2019-01-061-1/+1
|
* [rc/sway] add sticky toggle bindingAmin Bandali2019-01-011-0/+3
|
* [rc] remove old configs: bspwm, sxhkd, offlineimap, polybar, rangerAmin Bandali2018-12-271-1399/+0
|
* [rc/sway] darker colour for the barAmin Bandali2018-12-221-2/+2
|
* [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
|