Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gtk2,gtk3: add config | Amin Bandali | 2019-09-07 | 1 | -0/+11 | |
| | ||||||
* | compton: tweak config a bit | Amin Bandali | 2019-09-07 | 1 | -4/+4 | |
| | | | | | make fades faster, also using glx seems to better get rid of tearing while scrolling (better vsync?) | |||||
* | compton: add | Amin Bandali | 2019-09-07 | 1 | -0/+84 | |
| | | | | | | | | | | | | | | | | https://github.com/yshui/compton 02139b7c9f8aa6181686edacd3f11c1f37f80693 sudo apt install libxext-dev libxcb1-dev libxcb-damage0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-render-util0-dev libxcb-render0-dev libxcb-randr0-dev libxcb-composite0-dev libxcb-image0-dev libxcb-present-dev libxcb-xinerama0-dev libpixman-1-dev libdbus-1-dev libconfig-dev libxdg-basedir-dev libgl1-mesa-dev libpcre2-dev libevdev-dev uthash-dev libevdev2 cmake meson --prefix=/data/bandali/usr/local --buildtype=release . build ninja -C build ninja -C build install | |||||
* | rofi,rofi-pass: add back configs for now | Amin Bandali | 2019-09-06 | 2 | -0/+93 | |
| | | | | | until i get around to implementing an autotype functionality from within emacs (using xdotool, of course) | |||||
* | zathura: tweak some settings and bindings | Amin Bandali | 2019-09-02 | 1 | -0/+12 | |
| | ||||||
* | shell: set INFOPATH properly | Amin Bandali | 2019-09-01 | 1 | -0/+2 | |
| | ||||||
* | emacs,gnupg: do pinentry outside emacs | Amin Bandali | 2019-08-31 | 1 | -1/+1 | |
| | ||||||
* | emacs: use straight.el for package management again | Amin Bandali | 2019-08-31 | 1 | -52/+1 | |
| | | | | | | | | it seems easier/cleaner to use straight rather than going through all of guix. not sure; might end up using guix again for it at some point. also, fork lean-mode and remove runtime requiring of cl, and use the fork. should submit PR and switch back to upstream once it’s merged. | |||||
* | msmtp: update shemshak tls fingerprint | Amin Bandali | 2019-08-25 | 1 | -2/+2 | |
| | ||||||
* | guix: bump guix to latest master | Amin Bandali | 2019-08-22 | 1 | -1/+1 | |
| | ||||||
* | isync: update gnub user | Amin Bandali | 2019-08-18 | 1 | -1/+1 | |
| | ||||||
* | guix,emacs: bump guix{,-bandali}, add emacs-biblio-git | Amin Bandali | 2019-08-12 | 2 | -2/+3 | |
| | ||||||
* | shell: tweak trackpoint sensitivity accel speed on jirud | Amin Bandali | 2019-08-11 | 1 | -0/+3 | |
| | ||||||
* | emacs,guix: install and use pdf-tools for viewing PDFs in emacs | Amin Bandali | 2019-08-10 | 1 | -0/+1 | |
| | ||||||
* | shell: it probably makes more sense to start ssh-agent in ~/.profile | Amin Bandali | 2019-08-10 | 1 | -0/+1 | |
| | ||||||
* | guix: mkdir ~/.config/guix/manifest and add one for jirud | Amin Bandali | 2019-08-10 | 2 | -0/+99 | |
| | | | | | TODO: figure out how to have one common.scm or multiple single-purpose lists of packages, like emacs.scm, xorg.scm, fonts.scm, tex.scm, etc. | |||||
* | msmtp: update fencepost’s tls fingerprint | Amin Bandali | 2019-08-09 | 1 | -1/+1 | |
| | ||||||
* | guix: add a few packages to home-manifest | Amin Bandali | 2019-08-09 | 1 | -0/+3 | |
| | ||||||
* | guix: use cons* instead of append∘list, add slim-service-type | Amin Bandali | 2019-08-09 | 1 | -37/+50 | |
| | ||||||
* | guix: disable tlp’s usb-autosuspend completely for now | Amin Bandali | 2019-08-06 | 1 | -1/+2 | |
| | | | | otherwise, even with the blacklist, my usb mouse keeps turning off. | |||||
* | isync, bash, eshell: try imap syncing my gnu mail from my server | Amin Bandali | 2019-08-06 | 1 | -0/+25 | |
| | ||||||
* | fontconfig: switch back to hintslight | Amin Bandali | 2019-08-06 | 1 | -1/+1 | |
| | | | | the semi-bolds in emacs look better with slight hinting | |||||
* | emacs, guix: add back most packages unavailable in Guix proper | Amin Bandali | 2019-08-06 | 2 | -0/+20 | |
| | | | | | | | | | | | | | | | | | namely, the following: - boxquote - company-ebdb - delight - ebdb - erc-scrolltoplace - message-x - mwim - shrink-path - unkillable-scratch they are now packaged in my guix-bandali channel, and hopefully soon in upstream guix as well. | |||||
* | guix: add rottlog, thermald, tlp, and powertop --auto-tune | Amin Bandali | 2019-08-05 | 1 | -3/+15 | |
| | ||||||
* | guix: add some auxiliary packages to home-manifest | Amin Bandali | 2019-08-05 | 1 | -2/+12 | |
| | ||||||
* | getmail,msmtp: adapt for guix, guix: fix indent, add service-dovecot | Amin Bandali | 2019-08-05 | 3 | -40/+61 | |
| | ||||||
* | shell: export $IS_GUIX_SYSTEM | Amin Bandali | 2019-08-05 | 1 | -1/+1 | |
| | ||||||
* | shell: more flexible per-host profile configuration | Amin Bandali | 2019-08-05 | 2 | -0/+2 | |
| | ||||||
* | remove vestigial rofi{,-pass},systemd,tridactyl configs | Amin Bandali | 2019-08-05 | 7 | -171/+0 | |
| | ||||||
* | guix: whoops, add the necessary packages for the guix system setup | Amin Bandali | 2019-08-05 | 1 | -1/+6 | |
| | ||||||
* | fontconfig: use hintfull | Amin Bandali | 2019-08-05 | 1 | -1/+1 | |
| | ||||||
* | emacs: transition to guix (from straight.el) | Amin Bandali | 2019-08-05 | 1 | -1/+42 | |
| | | | | TODO: submit emacs-xyz packages for (comment)ed out bits | |||||
* | guix: switch to us basic layout instead of us altgr-intl | Amin Bandali | 2019-08-04 | 1 | -6/+2 | |
| | | | | i like my right alt key | |||||
* | git: use gpg (not gpg2) as the gpg executable | Amin Bandali | 2019-08-04 | 1 | -3/+0 | |
| | | | | guix doesn't seem to provide a gpg2 alias | |||||
* | guix: add home-manifest and chaman's config | Amin Bandali | 2019-08-04 | 2 | -0/+78 | |
| | ||||||
* | msmtp: fix default account name | Amin Bandali | 2019-07-19 | 1 | -1/+1 | |
| | ||||||
* | hold off on using mab as primary for now | Amin Bandali | 2019-07-19 | 5 | -12/+13 | |
| | ||||||
* | msmtp: update account info | Amin Bandali | 2019-07-17 | 1 | -11/+8 | |
| | ||||||
* | rename a few accounts and filenames | Amin Bandali | 2019-07-14 | 2 | -20/+20 | |
| | ||||||
* | tridactyl: set new config option urlparenttrailingslash to false | Amin Bandali | 2019-07-09 | 1 | -0/+2 | |
| | ||||||
* | emacs: try out pinentry | Amin Bandali | 2019-07-04 | 1 | -1/+1 | |
| | | | | | setting pinentry--socket-dir is needed because /tmp/emacs1000 is a symlink on systemd systems and doesn’t pass server-ensure-safe-dir. | |||||
* | update my gnu address | Amin Bandali | 2019-06-30 | 2 | -4/+4 | |
| | | | | X-GNU: tami | |||||
* | getmail: delete messages immediately instead of after 7 days | Amin Bandali | 2019-06-28 | 1 | -2/+1 | |
| | ||||||
* | sway: update rofi-remmina file name | Amin Bandali | 2019-06-24 | 1 | -1/+1 | |
| | ||||||
* | bndl.org -> shemshak.org | Amin Bandali | 2019-06-23 | 2 | -7/+9 | |
| | ||||||
* | i3status: display wireless status | Amin Bandali | 2019-06-21 | 1 | -1/+1 | |
| | ||||||
* | sway: move atreus config from langa to the main config | Amin Bandali | 2019-06-17 | 2 | -5/+7 | |
| | ||||||
* | msmtp: update fencepost tls fingerprint | Amin Bandali | 2019-06-09 | 1 | -1/+1 | |
| | ||||||
* | sway: fix status_command | Amin Bandali | 2019-06-09 | 1 | -1/+1 | |
| | ||||||
* | sway: overhaul some bindings | Amin Bandali | 2019-06-06 | 1 | -11/+10 | |
| |