summaryrefslogtreecommitdiffstats
path: root/rc.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [rc] small misc changesAmin Bandali2018-09-241-2/+2
|
* [rc/sway] change font from Ubuntu Mono to DejaVu Sans MonoAmin Bandali2018-09-241-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 statusAmin Bandali2018-09-211-6/+6
|
* [rc/{sway,X}] add custom keyboard layout, mapping Menu to Alt_RAmin Bandali2018-09-181-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 actionAmin Bandali2018-09-171-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 11Amin Bandali2018-09-171-1/+1
|
* [rc/sway] increase locking delays and use Ubuntu MonoAmin Bandali2018-09-161-2/+5
|
* [rc/sway] disable langa's touchapdAmin Bandali2018-09-161-0/+8
| | | | i only use the trackpoint
* [rc] add swaylock configuration and lock screen when idleAmin Bandali2018-09-161-12/+16
|
* [rc/tlp] disable bluetooth on startup for langaAmin Bandali2018-09-161-1/+2
|
* [rc/tlp] add config for langa (formerly enigma)Amin Bandali2018-09-161-1/+312
|
* [rc/fontconfig] use Liberation Sans over Nimbus Sans for HelveticaAmin Bandali2018-09-151-2/+2
|
* [rc] a few changes and notmuch tags for new coursesAmin Bandali2018-09-101-8/+10
|
* [rc/notmuch] add work and lists/alloytools tagging rulesAmin Bandali2018-08-291-1/+3
|
* [rc/notmuch] add uw/se212 tag ruleAmin Bandali2018-08-251-0/+1
|
* [rc/sway] fix rofi-pass bindingAmin Bandali2018-08-221-1/+1
|
* [rc/i3status] add pulseaudio volume and adjust battery low_thresholdAmin Bandali2018-08-181-3/+10
|
* [rc/i3status] customizationsAmin Bandali2018-08-171-14/+25
|
* [rc/{sway,tlp}] add rofi-pass binding, and plasma is now archyAmin Bandali2018-08-171-2/+5
|
* [rc] switch from i3gs to i3statusAmin Bandali2018-08-171-4/+60
|
* [rc] fix alphabetical order of Configs sectionsAmin Bandali2018-08-171-142/+142
|
* [rc] don't tangle some of the scripts I don't use anymoreAmin Bandali2018-08-171-4/+4
|
* [emacs,rc] update my gnu addressAmin Bandali2018-08-171-6/+10
|
* [rc/msmtp] update expected tls_fingerprint for nixAmin Bandali2018-08-101-1/+2
| | | | updated the cert today
* [rc/zim] update zssh_idsAmin Bandali2018-08-071-1/+1
|
* [rc/zim] use new ssh keyAmin Bandali2018-08-051-1/+1
|
* [rc] use l/ instead of lists/ for nm tags. use gnu address for sr.htAmin Bandali2018-08-051-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 notmuchAmin Bandali2018-08-041-0/+3
| | | | kudos and thanks to @bremner
* [emacs,rc] add my new gnu addressAmin Bandali2018-08-041-9/+9
| | | | also remove my long uw address, at least for now
* [rc/sway] add back second argument of floating_modifierAmin Bandali2018-07-251-1/+4
| | | | implemented in https://github.com/swaywm/sway/pull/2352
* [rc/i3gs] better spacingAmin Bandali2018-07-251-2/+2
|
* [rc] add volume-info script for displaying volume in barAmin Bandali2018-07-241-0/+20
|
* [rc/battery-percentage-time] drastically improve the scriptAmin Bandali2018-07-241-29/+18
| | | | | thanks to @sircmpwn: https://cmpwn.com/@sir/100431155990909270
* [rc] disable some i3gs blocks & change battery time/perct. formatAmin Bandali2018-07-241-15/+43
|
* [rc/sway] launch dunst on start, and swap bspwm & original bindingsAmin Bandali2018-07-221-10/+11
| | | | depends: dunst
* [rc/sway] uncomment floating_modifierAmin Bandali2018-07-221-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 bindingsAmin Bandali2018-07-221-0/+5
| | | | depends: pactl (from pulseaudio) pamixer
* [rc] omit leading 0 from hour, display battery percentage and timeAmin Bandali2018-07-221-1/+13
| | | | depends: upower awk
* [emacs] ditch evil in favour of ryo-modalAmin Bandali2018-07-221-1/+1
| | | | | also, rebind sway resize from s-r to s-S-r so that it won't clash with my counsel-recentf binding
* [rc] add i3gs for sway's status_commandAmin Bandali2018-07-221-1/+47
| | | | depends: i3gs
* [rc/sway] more input customizationsAmin Bandali2018-07-221-1/+3
| | | | also, use sway-input's xkb_layout and xkb_options instead of env vars
* [rc/sway] add original ws switch / window move keys on Mod1 (alt)Amin Bandali2018-07-211-3/+10
|
* [rc/sway-ws-util] doc fixAmin Bandali2018-07-211-1/+1
| | | | | also, forgot to mention that the grandparent commit adds dependency on jq.
* [rc/sway-ws-util] wrap around on workspace 1 and 10Amin Bandali2018-07-211-2/+2
|
* [rc/sway] make workspace switch and window moving behave like bspwmAmin Bandali2018-07-211-4/+41
|
* [rc] add s script for launching sway with customizationsAmin Bandali2018-07-211-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 setupAmin Bandali2018-07-211-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 setupAmin Bandali2018-07-211-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 Bandali2018-07-211-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 configsAmin Bandali2018-07-211-5/+225
| | | | from commit 27f65b94