summaryrefslogtreecommitdiffstats
path: root/.config/dunst (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-24* .config/git/config: Add salsa and gh url aliases.Amin Bandali1-0/+4
2022-12-24Various tweaks and fixes for using EXWMAmin Bandali4-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-24Show current EXWM workspace index in mode-lineAmin Bandali1-0/+10
2022-12-24* .emacs.d/init.el (b/invert-default-face): Improve.Amin Bandali1-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-24Switch to EXWMAmin Bandali6-19/+25
It's great to be back home again. :-)
2022-12-24Differentiate between host-specific startup progs and profilesAmin Bandali2-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 Bandali1-1/+1
2022-12-24Move host-specific additional profiles into .config/ itselfAmin Bandali5-2/+2
2022-12-24Drop hl-todo, at least for nowAmin Bandali3-9/+0
2022-11-28(Re)add SFL mailAmin Bandali3-7/+39
2022-11-27* .config/i3/config: Float pop-ups and a few other windows.Amin Bandali1-0/+6
2022-11-27* .bashrc: Only source completions if available.Amin Bandali1-2/+12
For both quilt and now pass-otp as well.
2022-11-25A few small but useful additions from a newly set up envAmin Bandali2-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 Bandali1-2/+3
Mainly, don't sign new commits by default, but rather sign new tags.
2022-11-25Various deb packaging settings/conveniencesAmin Bandali9-1/+40
2022-11-25* .config/user-dirs.dirs: Use ~/u/ as the prefix.Amin Bandali1-8/+15
2022-11-25Various mail-related updates and cleanupsAmin Bandali4-111/+87
2022-11-23* .local/bin/startup-progs: Add host-specific X resources.Amin Bandali1-1/+2
2022-11-23Revert "* .emacs.d/init.el: Enable electric-pair-mode."Amin Bandali1-3/+3
This reverts commit a1dd64c723e64f367e18f8f8768b6106687d6671.
2022-11-22* .emacs.d/init.el: Enable electric-pair-mode.Amin Bandali1-3/+3
2022-11-22* .emacs.d/init.el: Use the default C-a behaviour.Amin Bandali1-11/+11
2022-11-22Set font to Source Code Pro Medium 10.5 across the boardAmin Bandali6-24/+17
2022-11-19* .config/git/config: Add f alias for fetch.Amin Bandali1-0/+1
2022-11-19* .config/git/config: Add l alias for log.Amin Bandali1-0/+1
2022-11-19* .config/dunst/dunstrc: Update according to v1.5.0.Amin Bandali1-8/+25
2022-11-19* .config/git/config: Set defaultBranch to main.Amin Bandali2-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 Bandali1-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 Bandali1-1/+1
2022-11-19Drop rofi in favour of dmenuAmin Bandali4-13/+12