Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-12-24 | Add some dovecot sieve rules | Amin Bandali | 1 | -0/+48 | |
2022-12-24 | * .config/git/config: Add salsa and gh url aliases. | Amin Bandali | 1 | -0/+4 | |
2022-12-24 | Various tweaks and fixes for using EXWM | Amin Bandali | 4 | -16/+27 | |
* .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. | |||||
2022-12-24 | Show current EXWM workspace index in mode-line | Amin Bandali | 1 | -0/+10 | |
2022-12-24 | * .emacs.d/init.el (b/invert-default-face): Improve. | Amin Bandali | 1 | -6/+13 | |
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. | |||||
2022-12-24 | Switch to EXWM | Amin Bandali | 6 | -19/+25 | |
It's great to be back home again. :-) | |||||
2022-12-24 | Differentiate between host-specific startup progs and profiles | Amin Bandali | 2 | -0/+4 | |
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. | |||||
2022-12-24 | * .local/bin/startup-progs: Fix merging X reources files. | Amin Bandali | 1 | -1/+1 | |
2022-12-24 | Move host-specific additional profiles into .config/ itself | Amin Bandali | 5 | -2/+2 | |
2022-12-24 | Drop hl-todo, at least for now | Amin Bandali | 3 | -9/+0 | |
2022-11-28 | (Re)add SFL mail | Amin Bandali | 3 | -7/+39 | |
2022-11-27 | * .config/i3/config: Float pop-ups and a few other windows. | Amin Bandali | 1 | -0/+6 | |
2022-11-27 | * .bashrc: Only source completions if available. | Amin Bandali | 1 | -2/+12 | |
For both quilt and now pass-otp as well. | |||||
2022-11-25 | A few small but useful additions from a newly set up env | Amin Bandali | 2 | -10/+28 | |
- 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. | |||||
2022-11-25 | * .config/git/config: Small tweaks. | Amin Bandali | 1 | -2/+3 | |
Mainly, don't sign new commits by default, but rather sign new tags. | |||||
2022-11-25 | Various deb packaging settings/conveniences | Amin Bandali | 9 | -1/+40 | |
2022-11-25 | * .config/user-dirs.dirs: Use ~/u/ as the prefix. | Amin Bandali | 1 | -8/+15 | |
2022-11-25 | Various mail-related updates and cleanups | Amin Bandali | 4 | -111/+87 | |
2022-11-23 | * .local/bin/startup-progs: Add host-specific X resources. | Amin Bandali | 1 | -1/+2 | |
2022-11-23 | Revert "* .emacs.d/init.el: Enable electric-pair-mode." | Amin Bandali | 1 | -3/+3 | |
This reverts commit a1dd64c723e64f367e18f8f8768b6106687d6671. | |||||
2022-11-22 | * .emacs.d/init.el: Enable electric-pair-mode. | Amin Bandali | 1 | -3/+3 | |
2022-11-22 | * .emacs.d/init.el: Use the default C-a behaviour. | Amin Bandali | 1 | -11/+11 | |
2022-11-22 | Set font to Source Code Pro Medium 10.5 across the board | Amin Bandali | 6 | -24/+17 | |
2022-11-19 | * .config/git/config: Add f alias for fetch. | Amin Bandali | 1 | -0/+1 | |
2022-11-19 | * .config/git/config: Add l alias for log. | Amin Bandali | 1 | -0/+1 | |
2022-11-19 | * .config/dunst/dunstrc: Update according to v1.5.0. | Amin Bandali | 1 | -8/+25 | |
2022-11-19 | * .config/git/config: Set defaultBranch to main. | Amin Bandali | 2 | -2/+1 | |
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. | |||||
2022-11-19 | * .config/git/config: Default to my gnu.org address. | Amin Bandali | 1 | -11/+11 | |
- 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. | |||||
2022-11-19 | * .local/bin/my-i3status: Switch to Python 3. | Amin Bandali | 1 | -1/+1 | |
2022-11-19 | Drop rofi in favour of dmenu | Amin Bandali | 4 | -13/+12 | |