summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up the system volume in mode-line display codeAmin Bandali2023-01-092-61/+58
* * .emacs.d/init.el: Show system volumes in mode-line.•••Uses pamixer to get or set the output (speakers or headphones) and input (microphone) volumes. Amin Bandali2023-01-082-7/+95
* * .config/getmail/getmailrc: Add 'ssl_ciphers = AES256-SHA' needed with getma...Amin Bandali2023-01-081-0/+1
* * .config/isync/mbsyncrc: Increase gnu account timeout to 240.Amin Bandali2023-01-081-1/+1
* * .emacs.d/lisp/bandali-gnus.el: Drop uwaterloo mail remnants.Amin Bandali2023-01-081-18/+0
* * .emacs.d/init.el: Update mode-line time and battery format.Amin Bandali2023-01-031-2/+2
* Prevent bad interaction between EXWM and winner-modeAmin Bandali2022-12-271-1/+13
* A few tiny tweaksAmin Bandali2022-12-272-4/+6
* Run EXWM on langa tooAmin Bandali2022-12-274-14/+15
* * .emacs.d/lisp/bandali-gnus.el: Decode application/gzip attachments.Amin Bandali2022-12-251-1/+10
* * .emacs.d/lisp/bandali-gnus.el: Drop signature.Amin Bandali2022-12-251-7/+1
* * .emacs.d/lisp/bandali-gnus.el: Split mail from Debian Alioth lists.Amin Bandali2022-12-251-0/+2
* Start EXWM through DBus and fix pinentry-gnome3 annoyancesAmin Bandali2022-12-252-7/+8
* * .config/isync/mbsyncrc: Switch to new Far/Near terminology.Amin Bandali2022-12-241-14/+14
* Add some dovecot sieve rulesAmin Bandali2022-12-241-0/+48
* * .config/git/config: Add salsa and gh url aliases.Amin Bandali2022-12-241-0/+4
* Various tweaks and fixes for using EXWM•••* .Xresources.d/xterm: Allow send events, needed for EXWM's simulation keys to work. * .emacs.d/init.el: Check additionally that we're in a graphical environment, though not in another window manager or desktop environment, before running EXWM. Also, use the EXWM-provided function for switching buffers that also works for EXWM windows, including windows in other workspaces or those that are floating. * .emacs.d/lisp/bandali-exwm.el: Tweak and add to global and simulation keys for more convenience. * .gnupg/gpg-agent.conf: It seems we need to explicitly set a pinentry-program, otherwise GPG will pick the tty or ncurses one even when we're not in a tty or terminal, which will not work and cause problems when using EXWM. Amin Bandali2022-12-244-16/+27
* Show current EXWM workspace index in mode-lineAmin Bandali2022-12-241-0/+10
* * .emacs.d/init.el (b/invert-default-face): Improve.•••Take a prefix argument that when set, will have the function invert the faces across all frames rather than just (selected-frame). Also, if we're running EXWM refresh the system tray background colour. Amin Bandali2022-12-241-6/+13
* Switch to EXWM•••It's great to be back home again. :-) Amin Bandali2022-12-246-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 Bandali2022-12-242-0/+4
* * .local/bin/startup-progs: Fix merging X reources files.Amin Bandali2022-12-241-1/+1
* Move host-specific additional profiles into .config/ itselfAmin Bandali2022-12-245-2/+2
* Drop hl-todo, at least for nowAmin Bandali2022-12-243-9/+0
* (Re)add SFL mailAmin Bandali2022-11-283-7/+39
* * .config/i3/config: Float pop-ups and a few other windows.Amin Bandali2022-11-271-0/+6
* * .bashrc: Only source completions if available.•••For both quilt and now pass-otp as well. Amin Bandali2022-11-271-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 Bandali2022-11-252-10/+28
* * .config/git/config: Small tweaks.•••Mainly, don't sign new commits by default, but rather sign new tags. Amin Bandali2022-11-251-2/+3
* Various deb packaging settings/conveniencesAmin Bandali2022-11-259-1/+40
* * .config/user-dirs.dirs: Use ~/u/ as the prefix.Amin Bandali2022-11-251-8/+15
* Various mail-related updates and cleanupsAmin Bandali2022-11-254-111/+87
* * .local/bin/startup-progs: Add host-specific X resources.Amin Bandali2022-11-231-1/+2
* Revert "* .emacs.d/init.el: Enable electric-pair-mode."•••This reverts commit a1dd64c723e64f367e18f8f8768b6106687d6671. Amin Bandali2022-11-231-3/+3
* * .emacs.d/init.el: Enable electric-pair-mode.Amin Bandali2022-11-221-3/+3
* * .emacs.d/init.el: Use the default C-a behaviour.Amin Bandali2022-11-221-11/+11
* Set font to Source Code Pro Medium 10.5 across the boardAmin Bandali2022-11-226-24/+17
* * .config/git/config: Add f alias for fetch.Amin Bandali2022-11-191-0/+1
* * .config/git/config: Add l alias for log.Amin Bandali2022-11-191-0/+1
* * .config/dunst/dunstrc: Update according to v1.5.0.Amin Bandali2022-11-191-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 Bandali2022-11-192-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 Bandali2022-11-191-11/+11
* * .local/bin/my-i3status: Switch to Python 3.Amin Bandali2022-11-191-1/+1
* Drop rofi in favour of dmenuAmin Bandali2022-11-194-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 Bandali2022-11-191-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 Bandali2022-11-1924-156/+2
* Drop vestigial gtk settings filesAmin Bandali2022-11-192-18/+0
* * .config/profiles/chaman: Rename from jirud.Amin Bandali2022-11-191-0/+0
* * .emacs.d/lisp/bandali-gnus.el: Move spam out earlier.Amin Bandali2022-11-141-2/+2
* * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA).Amin Bandali2022-08-273-4/+0