summaryrefslogtreecommitdiffstats
path: root/.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small i3 config tweaksAmin Bandali2023-12-231-4/+19
|
* Update picom.conf according to 10.2Amin Bandali2023-12-231-23/+40
|
* Update dunstrc according to 1.9.2Amin Bandali2023-12-231-86/+113
|
* Various updates from daryaAmin Bandali2023-10-262-3/+14
|
* Various updates from adelitaAmin Bandali2023-10-261-1/+3
|
* Tweak some i3status formatsAmin Bandali2023-09-141-2/+7
|
* Tweak i3 bindingsAmin Bandali2023-09-141-16/+20
| | | | | | Add --no-startup-id to nearly all binding execs, and add a few new bindings for changing output and input volume, similarly to those of my EXWM setup.
* Switch source dir from ~/s to ~/srcAmin Bandali2023-09-131-2/+2
|
* Switch xdg user dirs prefix from ~/u to ~/usrAmin Bandali2023-09-131-8/+8
|
* Add and use @ubuntu.com address in a few placesAmin Bandali2023-04-201-2/+2
|
* * .config/dovecot/canonical.sieve: Add bugzilla and gnome-releases.Amin Bandali2023-04-201-0/+10
|
* * .config/git/config: Don't set core.autocrlf = input.Amin Bandali2023-04-201-1/+1
| | | | | | This can change line-endings in PO files for merge commits, which will be problematic when dealing with git merges with Debian tools (for git-based Debian packaging).
* * .config/matterircd/matterircd.toml: Add.Amin Bandali2023-03-021-0/+242
| | | | | Import a copy of matterircd.toml.example from github:42wim/matterircd at d6583b6fcae40355a2c57f9670952b8252f7113b.
* Update primary Canonical mail and a few other small tweaksAmin Bandali2023-02-203-4/+6
|
* Update Jami configAmin Bandali2023-01-161-1/+13
|
* Update redshift configAmin Bandali2023-01-161-3/+4
|
* * .config/getmail/getmailrc: Add 'ssl_ciphers = AES256-SHA' needed with ↵Amin Bandali2023-01-081-0/+1
| | | | getmail6.
* * .config/isync/mbsyncrc: Increase gnu account timeout to 240.Amin Bandali2023-01-081-1/+1
|
* Run EXWM on langa tooAmin Bandali2022-12-271-11/+0
|
* * .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
|
* Differentiate between host-specific startup progs and profilesAmin Bandali2022-12-241-12/+0
| | | | | | | 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.
* Move host-specific additional profiles into .config/ itselfAmin Bandali2022-12-244-0/+0
|
* (Re)add SFL mailAmin Bandali2022-11-281-0/+31
|
* * .config/i3/config: Float pop-ups and a few other windows.Amin Bandali2022-11-271-0/+6
|
* * .config/git/config: Small tweaks.Amin Bandali2022-11-251-2/+3
| | | | Mainly, don't sign new commits by default, but rather sign new tags.
* Various deb packaging settings/conveniencesAmin Bandali2022-11-258-0/+38
|
* * .config/user-dirs.dirs: Use ~/u/ as the prefix.Amin Bandali2022-11-251-8/+15
|
* Various mail-related updates and cleanupsAmin Bandali2022-11-251-25/+25
|
* Set font to Source Code Pro Medium 10.5 across the boardAmin Bandali2022-11-221-4/+4
|
* * .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.Amin Bandali2022-11-192-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.
* * .config/git/config: Default to my gnu.org address.Amin Bandali2022-11-191-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.
* Drop rofi in favour of dmenuAmin Bandali2022-11-191-8/+7
|
* Drop vestigial gtk settings filesAmin Bandali2022-11-191-11/+0
|
* * .config/profiles/chaman: Rename from jirud.Amin Bandali2022-11-191-0/+0
|
* A few small misc updatesAmin Bandali2022-08-031-0/+1
|
* * .config/git/config: Add alias instead of global email/signing preferences.Amin Bandali2022-08-031-5/+10
|
* * .config/mpv/mpv.conf: Add, containing the emacsconf-talks profile.Amin Bandali2022-05-221-0/+31
| | | | | Thanks to Leo Vivier for the original profile (this one includes a few tweaks of my own).
* Small keyboard-related profile updates/fixesAmin Bandali2022-05-192-12/+18
|
* Add Gnus and mbsync configurations for @kelar.org emailAmin Bandali2022-05-192-10/+35
|
* Customize my tridactyl theme, and add and use light variantAmin Bandali2022-05-193-10/+188
|
* * .config/tridactyl/themes/bandali-dark.css: Import tridactyl's `midnight' ↵Amin Bandali2022-05-191-0/+136
| | | | theme.
* * .config/tridactyl/tridactylrc: Add bindings for watching videos in mpv.Amin Bandali2022-05-191-0/+5
|
* * .config/fontconfig/fonts.conf: Use FreeSans and Sahel for sans-serif.Amin Bandali2022-05-191-1/+29
| | | | GNU FreeSans for English and Sahel for Persian.
* * .config/jami.net/Jami.conf: Update.Amin Bandali2022-05-191-0/+7
|
* A few font-related tweaksAmin Bandali2022-05-191-2/+4
|