Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [rc] add s script for launching sway with customizations | Amin Bandali | 2018-07-21 | 1 | -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) | |||||
* | [rc/sway] customize sway inputs to be like my previous setup | Amin Bandali | 2018-07-21 | 1 | -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. | |||||
* | [rc/sway] port some customizations from my previous bspwm setup | Amin Bandali | 2018-07-21 | 1 | -11/+14 | |
| | | | | | | prev,next workspace functionality isn't quiet the same (yet) depends: xorg-xrdb rofi light i3blocks | |||||
* | [rc/sway] comment out floating_modifier for now (not reimplemented) | Amin Bandali | 2018-07-21 | 1 | -1/+1 | |
| | | | | | report: https://github.com/swaywm/sway/pull/2129 upcoming impl: https://github.com/swaywm/sway/pull/2296 | |||||
* | [rc] add default config for sway and don't tangle bspwm or X configs | Amin Bandali | 2018-07-21 | 1 | -5/+225 | |
| | | | | from commit 27f65b94 | |||||
* | [rc/notmuch] tag archives of old notmuch and emacs-devel messages | Amin Bandali | 2018-07-20 | 1 | -0/+3 | |
| | ||||||
* | [rc/notmuch] shuffle around some tags | Amin Bandali | 2018-07-19 | 1 | -3/+5 | |
| | ||||||
* | [{emacs,rc}/notmuch] add `latest' tag for newest batch of emails | Amin Bandali | 2018-07-19 | 1 | -1/+2 | |
| | | | | and bind l on notmuch-hello for tag:latest | |||||
* | [rc/git] gpg sign commits, and configure send-email | Amin Bandali | 2018-07-16 | 1 | -3/+13 | |
| | ||||||
* | [rc/msmtp] update fencepost's expected tls fingerprint | Amin Bandali | 2018-07-16 | 1 | -1/+2 | |
| | ||||||
* | [rc/{notmuch,pigeonhole}] update sieve and notmuch rules for lists | Amin Bandali | 2018-07-15 | 1 | -14/+44 | |
| | | | | Also sort and group things more neatly. | |||||
* | [rc/X] set keyboard repeat delay and rate | Amin Bandali | 2018-06-20 | 1 | -0/+1 | |
| | ||||||
* | [rc/pigeonhole] forgot to include the sieve rules in last commit | Amin Bandali | 2018-06-19 | 1 | -0/+47 | |
| | ||||||
* | [rc] swap out afew in favour of pigeonhole (dovecot sieve) | Amin Bandali | 2018-06-19 | 1 | -52/+32 | |
| | ||||||
* | [rc/msmtp] update fencepost's expected tls fingerprint | Amin Bandali | 2018-05-25 | 1 | -1/+1 | |
| | ||||||
* | [rc] bspwm: add XF86AudioMicMute, zsh: add fence alias for fencepost | Amin Bandali | 2018-05-18 | 1 | -1/+4 | |
| | ||||||
* | [rc] update nix's tls_fingerprint in msmtprc, reorder notmuch addrs | Amin Bandali | 2018-05-13 | 1 | -2/+3 | |
| | | | | Also, add nixx alias. | |||||
* | [rc] add toggle-tablet script for use with my X220t | Amin Bandali | 2018-05-13 | 1 | -0/+41 | |
| | | | | | | | | | | | | This script toggles between a 'normal' mode and a 'tablet' mode, doing a few things: - rotates the screen using xrandr, so that rotating the physical display of my X220t would have the laptop's battery on the right hand side, - enables touch screen, - properly rotates the stylus pen and touch screen pointers, and - toggles between RGB and Vertical BGR sub-pixel order. | |||||
* | [rc/bspwm] launch compton on startup, don't auto move firefox to ^1 | Amin Bandali | 2018-05-13 | 1 | -2/+2 | |
| | ||||||
* | [rc] enable nix | Amin Bandali | 2018-05-09 | 1 | -2/+1 | |
| | ||||||
* | [rc/rofi-pass] work around Roundcube bug in Firefox | Amin Bandali | 2018-05-09 | 1 | -1/+1 | |
| | | | | | | | | Roundcube appears to be doing some JS magic that reacts badly with rofi-pass: selecting an entry in rofi-pass by pressing enter causes Roundcube to move focus from the username field to the password field, which completely messes up rofi-pass' autotype. Strangely enough, this doesn't happen in Chromium and I've only seen it in Firefox. | |||||
* | [rc/X/xprofile] unlock default keyring only on plasma, launch bspwm on both | Amin Bandali | 2018-05-08 | 1 | -6/+3 | |
| | ||||||
* | [rc/redshift] disable comments (redshift uses ; instead of #) | Amin Bandali | 2018-05-08 | 1 | -1/+1 | |
| | ||||||
* | [rc/fontconfig] disable problematic automatic tangling comments | Amin Bandali | 2018-05-06 | 1 | -1/+1 | |
| | | | | | | They seem to be problematic since the comment in the header comes before the <?xml version="1.0"?> tag and seems to make fontconfig not be able to properly process the file. | |||||
* | [rc/libinput] migrate my libinput xorg configuration | Amin Bandali | 2018-05-06 | 1 | -0/+16 | |
| | ||||||
* | [rc/zsh] add ~/.elan/bin to PATH | Amin Bandali | 2018-05-06 | 1 | -1/+1 | |
| | ||||||
* | [rc] add TLP configuration for plasma | Amin Bandali | 2018-05-06 | 1 | -0/+316 | |
| | | | | TODO: add for enigma | |||||
* | [rc] add PowerTOP systemd service | Amin Bandali | 2018-05-06 | 1 | -0/+17 | |
| | ||||||
* | [rc] increase rofi-light's width a bit | Amin Bandali | 2018-05-02 | 1 | -1/+1 | |
| | ||||||
* | [rc/x] disable bell | Amin Bandali | 2018-05-01 | 1 | -0/+2 | |
| | | | | It's especially obnoxious through headphones. | |||||
* | [rc/emacs] disable the internal border of Emacs' frame | Amin Bandali | 2018-04-30 | 1 | -1/+1 | |
| | | | | See https://github.com/ch11ng/exwm/issues/169 | |||||
* | [rc/zsh] migrate my zsh setup to rc.org | Amin Bandali | 2018-04-29 | 1 | -0/+254 | |
| | ||||||
* | [rc/x] migrate my X.Org configurations | Amin Bandali | 2018-04-29 | 1 | -4/+389 | |
| | | | | Also, add missing shebangs for previous scripts. | |||||
* | [rc/{xdg,zathura}] migrate XDG dirs and zathura configs to new setup | Amin Bandali | 2018-04-29 | 1 | -0/+43 | |
| | ||||||
* | [rc/wp] migrate my little wallpaper changer script to literate setup | Amin Bandali | 2018-04-29 | 1 | -0/+112 | |
| | ||||||
* | [rc/{redshift,rofi{,-pass}}] migrate redshift, rofi, rofi-pass dots | Amin Bandali | 2018-04-29 | 1 | -0/+180 | |
| | ||||||
* | [rc/{polybar,ranger}] migrate to new literate setup | Amin Bandali | 2018-04-29 | 1 | -0/+1036 | |
| | ||||||
* | [rc/{notmuch,offlineimap}] migrate to new literate setup | Amin Bandali | 2018-04-29 | 1 | -0/+256 | |
| | ||||||
* | [rc/{mpd,msmtp,ncmpcpp}] migrate to new literate setup | Amin Bandali | 2018-04-29 | 1 | -1/+1042 | |
| | ||||||
* | [rc/gtk,isync] migrate GTK and isync configs | Amin Bandali | 2018-04-29 | 1 | -0/+123 | |
| | ||||||
* | [rc/getmail,gnupg] migrate to new literate config setup | Amin Bandali | 2018-04-29 | 1 | -1/+73 | |
| | ||||||
* | [rc/fun] migrate fun scripts :) | Amin Bandali | 2018-04-29 | 1 | -3/+112 | |
| | ||||||
* | [rc/{dunst,fontconfig}] migrate dunst & fontconfig configs, clean up | Amin Bandali | 2018-04-29 | 1 | -0/+243 | |
| | ||||||
* | [rc/{afew,bspwm}] migrate afew and bspwm (and sxhkd) configs | Amin Bandali | 2018-04-29 | 1 | -0/+458 | |
| | ||||||
* | [rc] add latexmk config and clean up | Amin Bandali | 2018-04-28 | 1 | -1/+20 | |
| | ||||||
* | [rc] add rc.org for centralized literate configs | Amin Bandali | 2018-04-28 | 1 | -0/+113 | |
Starting with my git configuration. |