summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/custom.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-07compton: addAmin Bandali2-1/+86
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
2019-09-06rofi,rofi-pass: add back configs for nowAmin Bandali2-0/+93
until i get around to implementing an autotype functionality from within emacs (using xdotool, of course)
2019-09-06emacs: exwm: add bindings for switching, swapping, resizing windowsAmin Bandali1-0/+12
2019-09-06emacs: erc: make erc-track info visible when using minionsAmin Bandali1-0/+1
2019-09-06urxvt: use solarized lightAmin Bandali1-37/+95
2019-09-06emacs: take solarized for a spinAmin Bandali1-11/+33
been so long :)
2019-09-06emacs: update straight.el’s version fileAmin Bandali1-9/+18
2019-09-06emacs: add exwm-editAmin Bandali1-0/+4
2019-09-06emacs: exwm: add smooth-scrolling with C-p and C-n when in zathuraAmin Bandali1-5/+9
2019-09-06emacs: erc: remove my temporary fix for erc-lurkerAmin Bandali1-74/+1
my patch landed on master yesterday: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=ff0f4c731231b03d73cc35de9e042d1fc1b75f4e i’m currently back on emacs master so i don’t see any reasons for keeping this around anymore.
2019-09-06emacs,shell: start xfce4-notifyd until i fix eosd’s buildAmin Bandali2-0/+11
2019-09-06emacs: exwm: add C-c C-c and C-c C-u simulation keys for urxvtAmin Bandali1-1/+2
2019-09-06Revert "shell: add ~/.Xmodmap file"Amin Bandali2-6/+2
This reverts commit cf88804f394b5489ff6e743a2d7eb7ffd5647f01.
2019-09-06shell: add ~/.Xmodmap fileAmin Bandali2-2/+6
2019-09-06emacs: better simulation keys for abrowser, fix s-N bindingsAmin Bandali1-3/+3
2019-09-06exwm: add local simulation keys for urxvt and abrowserAmin Bandali1-0/+17
note: it seems that some composite keys (e.g. C-S-w) don’t work when pressing the caps that was remapped to ctrl using setxkbmap or xmodmap
2019-09-06emacs: refresh exwm systemtray after changing themeAmin Bandali1-2/+4
(to have the tray’s background colour match the theme’s)
2019-09-06emacs: try out dmenu, report some bugsAmin Bandali1-5/+10
- Duplicated entries: https://github.com/lujun9972/el-dmenu/issues/7 - Be smarter about saving history https://github.com/lujun9972/el-dmenu/issues/8 TODO: remove setting dmenu-history-size to 0 once the bug is fixed
2019-09-06emacs: revamp/rearrange exwm configAmin Bandali1-149/+115
2019-09-06shell: tweak X settings, add ~/.xsession for starting emacs (exwm)Amin Bandali2-0/+6
- set cursor from the default ugly “x” to a left pointer - disable bell - remove annoying one pixel border around emacs (using ‘-ib 0’)
2019-09-06emacs: ebdb: use :demand instead of require, disable mua popupAmin Bandali1-6/+4
2019-09-05emacs: remove delight and simply use minionsAmin Bandali1-19/+7
2019-09-05emacs: exwm: rearrange and enable some bindingsAmin Bandali1-85/+54
2019-09-05emacs: various exwm tweaksAmin Bandali1-58/+71
TODO: fix/improve key bindings
2019-09-05urxvt: small tweaks; most importantly, don’t run as login shellAmin Bandali1-4/+5
2019-09-05emacs: :demand time and batteryAmin Bandali1-0/+2
2019-09-05emacs: exwm: don’t hardcode 10 for s-N bindings, use # of workspacesAmin Bandali1-2/+1
2019-09-05emacs: ibuffer: show longer buffer names, add exwm filter groupAmin Bandali1-4/+5
2019-09-05emacs: battery: remove %b, sml uses colour codes to differentiateAmin Bandali1-1/+1
2019-09-05emacs: display time and battery in mode-lineAmin Bandali1-9/+11
2019-09-05switch to exwmAmin Bandali2-32/+85
2019-09-05emacs: magit: set magit-diff-refine-hunkAmin Bandali1-1/+3
2019-09-04emacs: untabify init.elAmin Bandali1-4/+4
2019-09-04emacs: update packages, experiment with doom-modeline a bitAmin Bandali2-9/+16
also disable multi-term (haven’t really been using it)
2019-09-03emacs: improve init-related messagesAmin Bandali1-7/+14
2019-09-03emacs: fix overlapping crux and counsel bindingsAmin Bandali1-3/+3
2019-09-03emacs: improve tex-mode list workflowsAmin Bandali5-17/+5
type ‘o’ followed by space for enumerate (ordered list), and ‘u’ folloewd by space for itemize (unordered list); insert new \item with M-RET
2019-09-03emacs: update packagesAmin Bandali1-6/+6
2019-09-02emacs: remove newlines around message-elide-ellipsis’s [...]Amin Bandali1-1/+2
2019-09-02emacs: customize mm-uu-diff-groups-regexp for diff highlightingAmin Bandali1-0/+5
i had stumbled upon this by accident a while ago, while using the gnu.* prefix for my group names
2019-09-02emacs: add note for gnus-article-treat-patch and white backgroundsAmin Bandali1-0/+2
2019-09-02emacs: add back my last exwm config, disabled for nowAmin Bandali1-0/+170
2019-09-02emacs: don’t set initial-major-mode to text-modeAmin Bandali1-1/+1
lisp-interaction-mode is fine. i do recall, however, that at some point *scratch* used fundamental-mode though; not sure.
2019-09-02gnus-article-treat-patch.el: update from upstreamAmin Bandali1-4/+20
Frank kindly added a license header so we all could use gnus-article-treat-patch.el in freedom :) https://www.0x50.de/fterbeck/emacs/commit/1f96ab989980287bd2c5e8b02e1a2be57dcef7de
2019-09-02emacs: update packagesAmin Bandali1-5/+5
2019-09-02zathura: tweak some settings and bindingsAmin Bandali1-0/+12
2019-09-01emacs: ebdb: just set ebdb-gnus-window-sizeAmin Bandali1-7/+1
2019-09-01emacs: tweak some bindingsAmin Bandali1-3/+9
2019-09-01shell: set INFOPATH properlyAmin Bandali2-1/+5
2019-08-31emacs: theme: forgot to uncomment load-theme for the dark themeAmin Bandali1-1/+1