summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* bin/semver: Use getopt for cliRobert Günzler2020-04-101-18/+59
|
* Add bin/fzfezRobert Günzler2020-04-101-0/+66
|
* irssi: use trigger script for notificationsRobert Günzler2020-02-283-0/+1258
|
* vifm: use zathura as default opener for pdfRobert Günzler2020-02-281-2/+2
|
* mpv: do not use cpu-intense scalers by defaultRobert Günzler2020-02-281-6/+7
|
* bin/lock: use iosevka sparkleRobert Günzler2020-02-281-1/+1
|
* vim: improve auto-saving of emailsRobert Günzler2020-02-281-6/+1
|
* vim: use markdown snippets for zettel wikiRobert Günzler2020-02-281-3/+1
|
* alacritty: disable url-launcher scriptRobert Günzler2020-02-281-3/+3
|
* sway: fixup tablet inputs and swayidle commandRobert Günzler2020-02-282-21/+26
|
* waybar: put the icon before the valueRobert Günzler2020-02-281-31/+19
|
* Add a pdf filter to aercRobert Günzler2020-02-282-1/+5
|
* Add gopath/bin to pathRobert Günzler2020-02-281-0/+5
|
* bin/swx: Add option to rotate a container using cageRobert Günzler2020-02-281-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
* sway: Hide cursor after 2s of inactivityRobert Günzler2020-02-211-0/+2
|
* sway: Use new soundswitchRobert Günzler2020-02-211-3/+1
|
* grimshot: Use hw encoding with wf-recorderRobert Günzler2020-02-212-2/+41
| | | | also adds bin/wfez that has the args for it preset
* Remove bin/streamonRobert Günzler2020-02-211-7/+0
|
* mpv: Add high(er) quality scalersRobert Günzler2020-02-212-2/+423
|
* Switch from Iosevka default to ss05Robert Günzler2020-02-216-7/+11
|
* zathura: Fix recolor bindRobert Günzler2020-02-131-1/+1
|
* vim: Modify zettel helpers for revised systemRobert Günzler2020-02-132-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.
* vim: Put hardmode bindings under capital lettersRobert Günzler2020-02-131-12/+12
| | | | to avoid collision with w for word-jumping
* sway: Add switch bind when closing lidRobert Günzler2020-02-131-0/+3
|
* sway: add qt, sdl and moz to env varsRobert Günzler2020-02-131-2/+4
|
* sway: Add auto-rule for firefox dev toolsRobert Günzler2020-02-131-0/+2
|
* mpv: Add bind for console and tweak webcam profileRobert Günzler2020-02-132-2/+4
|
* waybar: Add disk modules for root and home paritionsRobert Günzler2020-02-132-1/+17
|
* waybar: Move clock modules to centerRobert Günzler2020-02-132-8/+5
| | | | | and make UTC timezone specifier small and add support for calendar tooltip (0.9.1)
* aerc: Confirm before archiving/deleting messages from the viewerRobert Günzler2020-02-071-3/+3
|
* waybar: Make use of tooltipsRobert Günzler2020-02-071-19/+14
|
* bin/soundswitch: Also move all sink-inputs on global changeRobert Günzler2020-02-061-0/+4
|
* vim: Improve the ebuild snippetRobert Günzler2020-01-301-2/+2
|
* sway: Add bind to float a window in the top-left cornerRobert Günzler2020-01-301-0/+1
|
* sway: No borders for mpvRobert Günzler2020-01-301-1/+1
|
* Cleanup bin/Robert Günzler2020-01-304-114/+0
|
* bin: Replace soundswitch_dmenu fully with soundswitchRobert Günzler2020-01-293-174/+88
|
* prompt: Make it easier to configureRobert Günzler2020-01-292-3/+6
|
* aerc: Update config for >=0.3 and add personal bindsRobert Günzler2020-01-292-2/+45
|
* sway: Auto-start redshiftRobert Günzler2020-01-291-0/+1
|
* sway: Remove zoom auto-directivesRobert Günzler2020-01-291-2/+0
|
* waybar: Show wireguard statusRobert Günzler2020-01-291-6/+5
|
* vim: Suppress tabline when editing mailRobert Günzler2020-01-291-0/+1
|
* Replace termify with swxRobert Günzler2020-01-293-15/+113
| | | | Make swq match app_ids using jq's test() which allows "fuzzy" matching
* Intial commit of v2Robert Günzler2020-01-26137-0/+13615
See https://drewdevault.com/2019/12/30/dotfiles.html