| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch to EXWM•••It's great to be back home again. :-)
|  Amin Bandali | 2022-12-24 | 6 | -19/+25 |
* | Differentiate between host-specific startup progs and profiles•••Mainly, that startup progs are programs/commands that need to be run
when starting a window manager, whereas profiles are generally sourced
at login time (including over ssh or tty) and don't necessarily have
anything to do with starting window managers.
|  Amin Bandali | 2022-12-24 | 2 | -0/+4 |
* | * .local/bin/startup-progs: Fix merging X reources files. |  Amin Bandali | 2022-12-24 | 1 | -1/+1 |
* | Move host-specific additional profiles into .config/ itself |  Amin Bandali | 2022-12-24 | 5 | -2/+2 |
* | Drop hl-todo, at least for now |  Amin Bandali | 2022-12-24 | 3 | -9/+0 |
* | (Re)add SFL mail |  Amin Bandali | 2022-11-28 | 3 | -7/+39 |
* | * .config/i3/config: Float pop-ups and a few other windows. |  Amin Bandali | 2022-11-27 | 1 | -0/+6 |
* | * .bashrc: Only source completions if available.•••For both quilt and now pass-otp as well.
|  Amin Bandali | 2022-11-27 | 1 | -2/+12 |
* | A few small but useful additions from a newly set up env•••- Show name of current Debian chroot in prompt if we're in one.
- More friendly less for non-textual files.
- More useful ls aliases.
- An alert alias to show notification after a long-running task, along
with its exist status. Example usage: sleep 3; alert
- Update egrep and fgrep aliases to use grep -E and grep -F directly
respectively, since standalone egrep and fgrep have been deprecated.
|  Amin Bandali | 2022-11-25 | 2 | -10/+28 |
* | * .config/git/config: Small tweaks.•••Mainly, don't sign new commits by default, but rather sign new tags.
|  Amin Bandali | 2022-11-25 | 1 | -2/+3 |
* | Various deb packaging settings/conveniences |  Amin Bandali | 2022-11-25 | 9 | -1/+40 |
* | * .config/user-dirs.dirs: Use ~/u/ as the prefix. |  Amin Bandali | 2022-11-25 | 1 | -8/+15 |
* | Various mail-related updates and cleanups |  Amin Bandali | 2022-11-25 | 4 | -111/+87 |
* | * .local/bin/startup-progs: Add host-specific X resources. |  Amin Bandali | 2022-11-23 | 1 | -1/+2 |
* | Revert "* .emacs.d/init.el: Enable electric-pair-mode."•••This reverts commit a1dd64c723e64f367e18f8f8768b6106687d6671.
|  Amin Bandali | 2022-11-23 | 1 | -3/+3 |
* | * .emacs.d/init.el: Enable electric-pair-mode. |  Amin Bandali | 2022-11-22 | 1 | -3/+3 |
* | * .emacs.d/init.el: Use the default C-a behaviour. |  Amin Bandali | 2022-11-22 | 1 | -11/+11 |
* | Set font to Source Code Pro Medium 10.5 across the board |  Amin Bandali | 2022-11-22 | 6 | -24/+17 |
* | * .config/git/config: Add f alias for fetch. |  Amin Bandali | 2022-11-19 | 1 | -0/+1 |
* | * .config/git/config: Add l alias for log. |  Amin Bandali | 2022-11-19 | 1 | -0/+1 |
* | * .config/dunst/dunstrc: Update according to v1.5.0. |  Amin Bandali | 2022-11-19 | 1 | -8/+25 |
* | * .config/git/config: Set defaultBranch to main.•••Supported as of git 2.28. The previous approach of using a template
directory would work on a wider range of older git versions, but it
would result in git not creating any files/directories (like hooks/)
in a repo's .git directory e.g. after clones or initializations.
|  Amin Bandali | 2022-11-19 | 2 | -2/+1 |
* | * .config/git/config: Default to my gnu.org address.•••- Default to my gnu.org address (and use fencepost for smtp).
- GPG-sign commits by default again.
- Rename work alias to sfl, add canonical, and simplify gnu and kelar
to only set the email now.
- Update github handle.
|  Amin Bandali | 2022-11-19 | 1 | -11/+11 |
* | * .local/bin/my-i3status: Switch to Python 3. |  Amin Bandali | 2022-11-19 | 1 | -1/+1 |
* | Drop rofi in favour of dmenu |  Amin Bandali | 2022-11-19 | 4 | -13/+12 |
* | * .local/bin/passmenu: Import from password-store.•••This is a copy of contrib/dmenu/passmenu from password-store's git
repository as of dddca73694d1ecc2381cde6c02a9d1466cf0ab41. Addition
of copyright and license header by me (upstream is under GNU GPLv2+).
|  Amin Bandali | 2022-11-19 | 1 | -0/+50 |
* | Drop YASnippet•••I don't really need these or use them nearly as much as I used to.
For similar needs, I think I'll be able to get by using Emacs's own
Abbrev just fine.
|  Amin Bandali | 2022-11-19 | 24 | -156/+2 |
* | Drop vestigial gtk settings files |  Amin Bandali | 2022-11-19 | 2 | -18/+0 |
* | * .config/profiles/chaman: Rename from jirud. |  Amin Bandali | 2022-11-19 | 1 | -0/+0 |
* | * .emacs.d/lisp/bandali-gnus.el: Move spam out earlier. |  Amin Bandali | 2022-11-14 | 1 | -2/+2 |
* | * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA). |  Amin Bandali | 2022-08-27 | 3 | -4/+0 |
* | * .signature: Update. |  Amin Bandali | 2022-08-20 | 1 | -1/+1 |
* | * .emacs.d/lisp/bandali-message.el: Set `message-fill-column'•••...to 70, and `message-forward-as-mime' to t.
|  Amin Bandali | 2022-08-03 | 1 | -0/+2 |
* | * .signature: Update. |  Amin Bandali | 2022-08-03 | 1 | -1/+1 |
* | A few small misc updates |  Amin Bandali | 2022-08-03 | 3 | -1/+4 |
* | * .config/git/config: Add alias instead of global email/signing preferences. |  Amin Bandali | 2022-08-03 | 1 | -5/+10 |
* | * .emacs.d/init.el: Drop most `startup' customizations. |  Amin Bandali | 2022-08-03 | 1 | -15/+1 |
* | Update/shorten various custom Emacs bindings |  Amin Bandali | 2022-08-03 | 4 | -11/+11 |
* | * .emacs.d/lisp/bandali-org.el: Disable org-indent-mode for now.•••It doesn't seem to play nice with `display-fill-column-indicator'; and
since I recently started using that (and very much like it), don't
turn this on anymore for now.
|  Amin Bandali | 2022-05-29 | 1 | -1/+3 |
* | * .emacs.d/init.el (b/invert-default-face): Only invert the faces for the (se... |  Amin Bandali | 2022-05-23 | 1 | -3/+2 |
* | * .emacs.d/init.el: Fix logic for loading display-fill-column-indicator. |  Amin Bandali | 2022-05-22 | 1 | -5/+4 |
* | * .local/bin/rofi-light: Increase width by one character. |  Amin Bandali | 2022-05-22 | 1 | -1/+1 |
* | * .config/mpv/mpv.conf: Add, containing the emacsconf-talks profile.•••Thanks to Leo Vivier for the original profile (this one includes a few
tweaks of my own).
|  Amin Bandali | 2022-05-22 | 1 | -0/+31 |
* | * .emacs.d/init.el: Cleanups and fixes throughout. |  Amin Bandali | 2022-05-20 | 1 | -311/+236 |
* | * .emacs.d/init.el (b/*scratch*): Invert `mode-line' when `display-graphic-p'. |  Amin Bandali | 2022-05-19 | 1 | -1/+3 |
* | Improve usability of rofi-light and rofi-pamixer wrappers |  Amin Bandali | 2022-05-19 | 2 | -2/+2 |
* | Small keyboard-related profile updates/fixes |  Amin Bandali | 2022-05-19 | 3 | -17/+18 |
* | Add Gnus and mbsync configurations for @kelar.org email |  Amin Bandali | 2022-05-19 | 5 | -11/+59 |
* | * .emacs.d/init.el: Scroll conservatively and don't recenter point. |  Amin Bandali | 2022-05-19 | 1 | -0/+1 |
* | * .emacs.d/lisp/bandali-message.el (message-dont-reply-to-names): Add @kelar.... |  Amin Bandali | 2022-05-19 | 1 | -1/+1 |