Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [rc/{getmail,git,msmtp}] update to reflect fencepost username change | Amin Bandali | 2018-10-29 | 1 | -7/+11 |
| | |||||
* | [rc/{sway,i3status}] display screen icon on the bar when nosleep | Amin Bandali | 2018-10-22 | 1 | -2/+80 |
| | | | | | | | | | | | | | | | | | | | | | - since i3status doesn't support custom blocks, we have to wrap around it to add more info to it. if colours aren't needed, it could be as simple as something like this (from the i3status manual): #!/bin/sh # shell script to prepend i3status with more stuff i3status | while : do read line echo "mystuff | $line" || exit 1 done but since i like colours, we need a more sophisticated solution which involves dealing with json; and thus the output_format needs to be "i3bar". - `killall -USR1 i3status` forces an update when we toggle nosleep. | ||||
* | [rc/sway] simple file-based presentation mode | Amin Bandali | 2018-10-21 | 1 | -2/+8 |
| | |||||
* | [rc/sway] add notifications and screenshotting | Amin Bandali | 2018-10-20 | 1 | -6/+36 |
| | | | | deps: mako, grim, and slurp (all by emersion) | ||||
* | [rc] fix arguments to light | Amin Bandali | 2018-10-20 | 1 | -1/+1 |
| | | | | recent breaking change on upstream | ||||
* | [rc] be more quiet while fetching email | Amin Bandali | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | [rc/tlp] fix hostname | Amin Bandali | 2018-10-20 | 1 | -2/+2 |
| | |||||
* | [rc/sway] don't automatically lock the screen | Amin Bandali | 2018-10-20 | 1 | -10/+8 |
| | |||||
* | [rc/sway] per host input config | Amin Bandali | 2018-10-20 | 1 | -25/+47 |
| | |||||
* | [emacs,rc] update mail and gpg key | Amin Bandali | 2018-10-17 | 1 | -13/+9 |
| | |||||
* | [rc] update my gnu address once more | Amin Bandali | 2018-10-09 | 1 | -3/+3 |
| | |||||
* | [emacs,rc] switch to Source Code Pro from Ubuntu Mono throughout | Amin Bandali | 2018-10-09 | 1 | -8/+10 |
| | |||||
* | [rc] small misc changes | Amin Bandali | 2018-09-24 | 1 | -2/+2 |
| | |||||
* | [rc/sway] change font from Ubuntu Mono to DejaVu Sans Mono | Amin Bandali | 2018-09-24 | 1 | -1/+4 |
| | | | | | | | looks better than Ubuntu Mono after the following recent changes: https://github.com/swaywm/sway/pull/2677 https://github.com/swaywm/sway/pull/2691 | ||||
* | [rc/i3status] enable displaying ethernet status | Amin Bandali | 2018-09-21 | 1 | -6/+6 |
| | |||||
* | [rc/{sway,X}] add custom keyboard layout, mapping Menu to Alt_R | Amin Bandali | 2018-09-18 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | back when i wasn't on wayland, i used to use xmodmap to remap the menu key to right alt, xmodmap -e "keycode 135 = Alt_R", since, as it turns out, setxkbmap doesn't have an option for that. there being no xkb option for changing menu into right alt meant i was stuck with it on sway, since setxkbmap is X-specific. figuring out how to write my own xkb rules was "fun". at first i did a separate aminb file containing aminb:menu_ralt (à la altwin:menu); but decided it would be simpler to just define my own us(basic)-based layout and make all the changes there. also, no need to map right control to right alt using ctrl:rctrl_ralt anymore. | ||||
* | [rc/sway] bind XF86PowerOff to prompt for system exit action | Amin Bandali | 2018-09-17 | 1 | -0/+25 |
| | | | | | | | | | | | | | - (l)ock - (e)xit sway - (s)uspend - (h)ibernate - (r)eboot - (S)hutdown need to inhibit systemd's handling of the power button using systemd-inhibit (or alternatively and less elegantly by modifying /etc/systemd/logind.conf, which i didn't want to do) | ||||
* | [rc/sway] increase font size to 11 | Amin Bandali | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | [rc/sway] increase locking delays and use Ubuntu Mono | Amin Bandali | 2018-09-16 | 1 | -2/+5 |
| | |||||
* | [rc/sway] disable langa's touchapd | Amin Bandali | 2018-09-16 | 1 | -0/+8 |
| | | | | i only use the trackpoint | ||||
* | [rc] add swaylock configuration and lock screen when idle | Amin Bandali | 2018-09-16 | 1 | -12/+16 |
| | |||||
* | [rc/tlp] disable bluetooth on startup for langa | Amin Bandali | 2018-09-16 | 1 | -1/+2 |
| | |||||
* | [rc/tlp] add config for langa (formerly enigma) | Amin Bandali | 2018-09-16 | 1 | -1/+312 |
| | |||||
* | [rc/fontconfig] use Liberation Sans over Nimbus Sans for Helvetica | Amin Bandali | 2018-09-15 | 1 | -2/+2 |
| | |||||
* | [rc] a few changes and notmuch tags for new courses | Amin Bandali | 2018-09-10 | 1 | -8/+10 |
| | |||||
* | [rc/notmuch] add work and lists/alloytools tagging rules | Amin Bandali | 2018-08-29 | 1 | -1/+3 |
| | |||||
* | [rc/notmuch] add uw/se212 tag rule | Amin Bandali | 2018-08-25 | 1 | -0/+1 |
| | |||||
* | [rc/sway] fix rofi-pass binding | Amin Bandali | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | [rc/i3status] add pulseaudio volume and adjust battery low_threshold | Amin Bandali | 2018-08-18 | 1 | -3/+10 |
| | |||||
* | [rc/i3status] customizations | Amin Bandali | 2018-08-17 | 1 | -14/+25 |
| | |||||
* | [rc/{sway,tlp}] add rofi-pass binding, and plasma is now archy | Amin Bandali | 2018-08-17 | 1 | -2/+5 |
| | |||||
* | [rc] switch from i3gs to i3status | Amin Bandali | 2018-08-17 | 1 | -4/+60 |
| | |||||
* | [rc] fix alphabetical order of Configs sections | Amin Bandali | 2018-08-17 | 1 | -142/+142 |
| | |||||
* | [rc] don't tangle some of the scripts I don't use anymore | Amin Bandali | 2018-08-17 | 1 | -4/+4 |
| | |||||
* | [emacs,rc] update my gnu address | Amin Bandali | 2018-08-17 | 1 | -6/+10 |
| | |||||
* | [rc/msmtp] update expected tls_fingerprint for nix | Amin Bandali | 2018-08-10 | 1 | -1/+2 |
| | | | | updated the cert today | ||||
* | [rc/zim] update zssh_ids | Amin Bandali | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | [rc/zim] use new ssh key | Amin Bandali | 2018-08-05 | 1 | -1/+1 |
| | |||||
* | [rc] use l/ instead of lists/ for nm tags. use gnu address for sr.ht | Amin Bandali | 2018-08-05 | 1 | -22/+36 |
| | | | | | | - use a shorter l/ prefix for tagging mailing list emails - use my gnu address for lists.sr.ht - sieve rules for sr.ht lists (thanks iank for help with the regex) | ||||
* | [rc] add nmam and nmam3 aliases for extracting patches from notmuch | Amin Bandali | 2018-08-04 | 1 | -0/+3 |
| | | | | kudos and thanks to @bremner | ||||
* | [emacs,rc] add my new gnu address | Amin Bandali | 2018-08-04 | 1 | -9/+9 |
| | | | | also remove my long uw address, at least for now | ||||
* | [rc/sway] add back second argument of floating_modifier | Amin Bandali | 2018-07-25 | 1 | -1/+4 |
| | | | | implemented in https://github.com/swaywm/sway/pull/2352 | ||||
* | [rc/i3gs] better spacing | Amin Bandali | 2018-07-25 | 1 | -2/+2 |
| | |||||
* | [rc] add volume-info script for displaying volume in bar | Amin Bandali | 2018-07-24 | 1 | -0/+20 |
| | |||||
* | [rc/battery-percentage-time] drastically improve the script | Amin Bandali | 2018-07-24 | 1 | -29/+18 |
| | | | | | thanks to @sircmpwn: https://cmpwn.com/@sir/100431155990909270 | ||||
* | [rc] disable some i3gs blocks & change battery time/perct. format | Amin Bandali | 2018-07-24 | 1 | -15/+43 |
| | |||||
* | [rc/sway] launch dunst on start, and swap bspwm & original bindings | Amin Bandali | 2018-07-22 | 1 | -10/+11 |
| | | | | depends: dunst | ||||
* | [rc/sway] uncomment floating_modifier | Amin Bandali | 2018-07-22 | 1 | -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). | ||||
* | [rc/sway] add volume key bindings | Amin Bandali | 2018-07-22 | 1 | -0/+5 |
| | | | | depends: pactl (from pulseaudio) pamixer | ||||
* | [rc] omit leading 0 from hour, display battery percentage and time | Amin Bandali | 2018-07-22 | 1 | -1/+13 |
| | | | | depends: upower awk |