summaryrefslogtreecommitdiffstats
path: root/other (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-25[rc/i3gs] better spacingAmin Bandali1-2/+2
2018-07-24[rc] add volume-info script for displaying volume in barAmin Bandali1-0/+20
2018-07-24[rc/battery-percentage-time] drastically improve the scriptAmin Bandali1-29/+18
thanks to @sircmpwn: https://cmpwn.com/@sir/100431155990909270
2018-07-24[rc] disable some i3gs blocks & change battery time/perct. formatAmin Bandali1-15/+43
2018-07-23[emacs] remove key-seq and only use key-chord, decrease delayAmin Bandali3-9/+3
the delay on j was annoying, even if only 0.075s. switch to key-chord so order won't matter, and bring delay down to 0.005s.
2018-07-23[emacs] add "jk" key sequence using key-seq (uses key-chord) for ryoAmin Bandali4-0/+21
2018-07-23[emacs] add more ryo bindings, including some for borg actionsAmin Bandali1-0/+10
2018-07-22[rc/sway] launch dunst on start, and swap bspwm & original bindingsAmin Bandali1-10/+11
depends: dunst
2018-07-22[rc/sway] uncomment floating_modifierAmin Bandali1-4/+1
landed as of https://github.com/swaywm/sway/pull/2296 though, there seems to have been a change of syntax, and the second argument (normal or inverse) was not implemented (perhaps not yet).
2018-07-22[emacs] adjust my preferred undo mechanismAmin Bandali1-3/+5
have undo tree save history, and leave emacs' undo intact, for cases when undo tree's history gets corrupt at least i'd have functioning undo for the changes i made in the current session
2018-07-22[rc/sway] add volume key bindingsAmin Bandali1-0/+5
depends: pactl (from pulseaudio) pamixer
2018-07-22[emacs] add more bindings, from the awesome crux and mwimAmin Bandali4-5/+37
2018-07-22[emacs] enable auto-revert and always use 4 spaces for indentationAmin Bandali1-0/+19
2018-07-22[rc] omit leading 0 from hour, display battery percentage and timeAmin Bandali1-1/+13
depends: upower awk
2018-07-22[emacs] more bindingsAmin Bandali1-5/+14
2018-07-22[emacs] add more ryo-modal bindingsAmin Bandali1-24/+34
2018-07-22[emacs] ditch evil in favour of ryo-modalAmin Bandali6-133/+109
also, rebind sway resize from s-r to s-S-r so that it won't clash with my counsel-recentf binding
2018-07-22[rc] add i3gs for sway's status_commandAmin Bandali1-1/+47
depends: i3gs
2018-07-22[rc/sway] more input customizationsAmin Bandali1-1/+3
also, use sway-input's xkb_layout and xkb_options instead of env vars
2018-07-21[rc/sway] add original ws switch / window move keys on Mod1 (alt)Amin Bandali1-3/+10
2018-07-21[rc/sway-ws-util] doc fixAmin Bandali1-1/+1
also, forgot to mention that the grandparent commit adds dependency on jq.
2018-07-21[rc/sway-ws-util] wrap around on workspace 1 and 10Amin Bandali1-2/+2
2018-07-21[rc/sway] make workspace switch and window moving behave like bspwmAmin Bandali1-4/+41
2018-07-21[rc] add s script for launching sway with customizationsAmin Bandali1-0/+14
TODO: later might want to check for hostname to decide what to do on plasma and enigma (currently, i'm only using it on plasma)
2018-07-21[rc/sway] customize sway inputs to be like my previous setupAmin Bandali1-12/+13
i.e. disable touchpad while typing (dwt), enable tap to click, enable natural scrolling, and enable middle click. also, set keyboard repeat delay and rate.
2018-07-21[rc/sway] port some customizations from my previous bspwm setupAmin Bandali1-11/+14
prev,next workspace functionality isn't quiet the same (yet) depends: xorg-xrdb rofi light i3blocks
2018-07-21[rc/sway] comment out floating_modifier for now (not reimplemented)Amin Bandali1-1/+1
report: https://github.com/swaywm/sway/pull/2129 upcoming impl: https://github.com/swaywm/sway/pull/2296
2018-07-21[rc] add default config for sway and don't tangle bspwm or X configsAmin Bandali1-5/+225
from commit 27f65b94
2018-07-20[rc/notmuch] tag archives of old notmuch and emacs-devel messagesAmin Bandali1-0/+3
2018-07-19[emacs] set name, email address, and message fqdnAmin Bandali1-1/+8
2018-07-19[rc/notmuch] shuffle around some tagsAmin Bandali1-3/+5
2018-07-19[{emacs,rc}/notmuch] add `latest' tag for newest batch of emailsAmin Bandali2-1/+6
and bind l on notmuch-hello for tag:latest
2018-07-18[emacs] update 7 dronesAmin Bandali7-0/+0
lib/ghub master v2.0.1-11-g4202c1f lib/helm master v2.9.8-8-g9fdbd606 lib/ivy master 0.10.0-288-g944c20d lib/magit master 2.13.0-89-g76998b5e lib/org master release_9.1.13-893-gd975b44fd lib/ox-hugo master v0.8-245-ga1a2dbf lib/use-package master 2.3-402-g3fb8f39
2018-07-17[emacs] add scaffolding for ox-hugoAmin Bandali1-0/+8
2018-07-16[rc/git] gpg sign commits, and configure send-emailAmin Bandali1-3/+13
2018-07-16[emacs/notmuch] set notmuch-message-headers and add link to bugAmin Bandali1-0/+4
https://notmuchmail.org/pipermail/notmuch/2018/026781.html https://www.mail-archive.com/notmuch@notmuchmail.org/msg46658.html
2018-07-16[emacs] assimilate org (from source)Amin Bandali3-0/+12
and bring in org-notmuch from contrib/
2018-07-16[rc/msmtp] update fencepost's expected tls fingerprintAmin Bandali1-1/+2
2018-07-15[emacs/eink-theme] fork and customize some facesAmin Bandali2-0/+1
https://github.com/aminb/eink-emacs
2018-07-15[emacs] add and switch to eink themeAmin Bandali3-1/+10
2018-07-15[rc/{notmuch,pigeonhole}] update sieve and notmuch rules for listsAmin Bandali1-14/+44
Also sort and group things more neatly.
2018-07-15[emacs] update 11 dronesAmin Bandali11-0/+0
lib/alloy-mode master 0d05bdd lib/doom-modeline master 0.2.0-10-g8af6cb7 lib/emacsql master 2.0.2-20-g6f1e375 lib/ghub master v2.0.1-9-g61c87be lib/helm master v2.9.8-6-g75db7c3b lib/ivy master 0.10.0-281-g93d51d6 lib/lean-mode master 529b8fa lib/magit master 2.13.0-87-g9b948af9 lib/ox-hugo master v0.8-243-gca690c4 lib/projectile master v0.14.0-232-g9a2655e lib/use-package master 2.3-400-gcfce01b
2018-07-14[emacs/notmuch] don't insert the two blank lines in the beginningAmin Bandali1-6/+6
2018-07-14[emacs/supercite] add jwiegley's supercite config as a referenceAmin Bandali1-0/+51
from https://github.com/jwiegley/dot-emacs/blob/f3dd82ba7fdcd8f63603e7e7a9acb078f70de8fe/dot-gnus.el#L477
2018-07-14[emacs/org] modern html5 exportAmin Bandali1-1/+5
2018-07-14[emacs] replace org-static-blog with ox-hugoAmin Bandali3-4/+3
2018-07-07[emacs] update 2 dronesAmin Bandali2-0/+0
lib/helm master v2.9.7-37-gd7106595 lib/markdown-mode master v2.3-191-gb274cb9
2018-07-07[emacs] fork tao-theme and add some style changesAmin Bandali2-0/+1
2018-07-07[emacs/notmuch] display more characters of authorsAmin Bandali1-1/+7
2018-07-07[emacs] assimilate org-static-blogAmin Bandali2-0/+4