| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2020-02-28 | bin/lock: use iosevka sparkle | Robert Günzler | 1 | -1/+1 | |
| 2020-02-28 | vim: improve auto-saving of emails | Robert Günzler | 1 | -6/+1 | |
| 2020-02-28 | vim: use markdown snippets for zettel wiki | Robert Günzler | 1 | -3/+1 | |
| 2020-02-28 | alacritty: disable url-launcher script | Robert Günzler | 1 | -3/+3 | |
| 2020-02-28 | sway: fixup tablet inputs and swayidle command | Robert Günzler | 2 | -21/+26 | |
| 2020-02-28 | waybar: put the icon before the value | Robert Günzler | 1 | -31/+19 | |
| 2020-02-28 | Add a pdf filter to aerc | Robert Günzler | 2 | -1/+5 | |
| 2020-02-28 | Add gopath/bin to path | Robert Günzler | 1 | -0/+5 | |
| 2020-02-28 | bin/swx: Add option to rotate a container using cage | Robert Günzler | 1 | -4/+31 | |
| The problem: I want to read PDFs and webpages on my laptop holding it upright. Using `swaymsg output $laptop transform 90 clockwise` works BUT the trackpad will now be unusable since it maps movements according to the new screen orientation. The solution: Spawn the window inside cage [1] which allows us to rotate just that container which will keep the input usable. [1]: https://github.com/Hjdskes/cage | |||||
| 2020-02-21 | sway: Hide cursor after 2s of inactivity | Robert Günzler | 1 | -0/+2 | |
| 2020-02-21 | sway: Use new soundswitch | Robert Günzler | 1 | -3/+1 | |
| 2020-02-21 | grimshot: Use hw encoding with wf-recorder | Robert Günzler | 2 | -2/+41 | |
| also adds bin/wfez that has the args for it preset | |||||
| 2020-02-21 | Remove bin/streamon | Robert Günzler | 1 | -7/+0 | |
| 2020-02-21 | mpv: Add high(er) quality scalers | Robert Günzler | 2 | -2/+423 | |
| 2020-02-21 | Switch from Iosevka default to ss05 | Robert Günzler | 6 | -7/+11 | |
| 2020-02-13 | zathura: Fix recolor bind | Robert Günzler | 1 | -1/+1 | |
| 2020-02-13 | vim: Modify zettel helpers for revised system | Robert Günzler | 2 | -16/+19 | |
| Instead of the zettelkasten system for vim inspiried by the blog post I initially followed I will be using a more structured approach based on bullet journaling. | |||||
| 2020-02-13 | vim: Put hardmode bindings under capital letters | Robert Günzler | 1 | -12/+12 | |
| to avoid collision with w for word-jumping | |||||
| 2020-02-13 | sway: Add switch bind when closing lid | Robert Günzler | 1 | -0/+3 | |
| 2020-02-13 | sway: add qt, sdl and moz to env vars | Robert Günzler | 1 | -2/+4 | |
| 2020-02-13 | sway: Add auto-rule for firefox dev tools | Robert Günzler | 1 | -0/+2 | |
| 2020-02-13 | mpv: Add bind for console and tweak webcam profile | Robert Günzler | 2 | -2/+4 | |
| 2020-02-13 | waybar: Add disk modules for root and home paritions | Robert Günzler | 2 | -1/+17 | |
| 2020-02-13 | waybar: Move clock modules to center | Robert Günzler | 2 | -8/+5 | |
| and make UTC timezone specifier small and add support for calendar tooltip (0.9.1) | |||||
| 2020-02-07 | aerc: Confirm before archiving/deleting messages from the viewer | Robert Günzler | 1 | -3/+3 | |
| 2020-02-07 | waybar: Make use of tooltips | Robert Günzler | 1 | -19/+14 | |
| 2020-02-06 | bin/soundswitch: Also move all sink-inputs on global change | Robert Günzler | 1 | -0/+4 | |
| 2020-01-30 | vim: Improve the ebuild snippet | Robert Günzler | 1 | -2/+2 | |
| 2020-01-30 | sway: Add bind to float a window in the top-left corner | Robert Günzler | 1 | -0/+1 | |
| 2020-01-30 | sway: No borders for mpv | Robert Günzler | 1 | -1/+1 | |
| 2020-01-30 | Cleanup bin/ | Robert Günzler | 4 | -114/+0 | |
| 2020-01-29 | bin: Replace soundswitch_dmenu fully with soundswitch | Robert Günzler | 3 | -174/+88 | |
| 2020-01-29 | prompt: Make it easier to configure | Robert Günzler | 2 | -3/+6 | |
| 2020-01-29 | aerc: Update config for >=0.3 and add personal binds | Robert Günzler | 2 | -2/+45 | |
| 2020-01-29 | sway: Auto-start redshift | Robert Günzler | 1 | -0/+1 | |
| 2020-01-29 | sway: Remove zoom auto-directives | Robert Günzler | 1 | -2/+0 | |
| 2020-01-29 | waybar: Show wireguard status | Robert Günzler | 1 | -6/+5 | |
| 2020-01-29 | vim: Suppress tabline when editing mail | Robert Günzler | 1 | -0/+1 | |
| 2020-01-29 | Replace termify with swx | Robert Günzler | 3 | -15/+113 | |
| Make swq match app_ids using jq's test() which allows "fuzzy" matching | |||||