summary refs log tree commit diff
path: root/.vim/lua/split_term/init.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-28bin/swx: Add option to rotate a container using cageRobert Günzler1-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-21sway: Hide cursor after 2s of inactivityRobert Günzler1-0/+2
2020-02-21sway: Use new soundswitchRobert Günzler1-3/+1
2020-02-21grimshot: Use hw encoding with wf-recorderRobert Günzler2-2/+41
also adds bin/wfez that has the args for it preset
2020-02-21Remove bin/streamonRobert Günzler1-7/+0
2020-02-21mpv: Add high(er) quality scalersRobert Günzler2-2/+423
2020-02-21Switch from Iosevka default to ss05Robert Günzler6-7/+11
2020-02-13zathura: Fix recolor bindRobert Günzler1-1/+1
2020-02-13vim: Modify zettel helpers for revised systemRobert Günzler2-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-13vim: Put hardmode bindings under capital lettersRobert Günzler1-12/+12
to avoid collision with w for word-jumping
2020-02-13sway: Add switch bind when closing lidRobert Günzler1-0/+3
2020-02-13sway: add qt, sdl and moz to env varsRobert Günzler1-2/+4
2020-02-13sway: Add auto-rule for firefox dev toolsRobert Günzler1-0/+2
2020-02-13mpv: Add bind for console and tweak webcam profileRobert Günzler2-2/+4
2020-02-13waybar: Add disk modules for root and home paritionsRobert Günzler2-1/+17
2020-02-13waybar: Move clock modules to centerRobert Günzler2-8/+5
and make UTC timezone specifier small and add support for calendar tooltip (0.9.1)
2020-02-07aerc: Confirm before archiving/deleting messages from the viewerRobert Günzler1-3/+3
2020-02-07waybar: Make use of tooltipsRobert Günzler1-19/+14
2020-02-06bin/soundswitch: Also move all sink-inputs on global changeRobert Günzler1-0/+4
2020-01-30vim: Improve the ebuild snippetRobert Günzler1-2/+2
2020-01-30sway: Add bind to float a window in the top-left cornerRobert Günzler1-0/+1
2020-01-30sway: No borders for mpvRobert Günzler1-1/+1
2020-01-30Cleanup bin/Robert Günzler4-114/+0
2020-01-29bin: Replace soundswitch_dmenu fully with soundswitchRobert Günzler3-174/+88
2020-01-29prompt: Make it easier to configureRobert Günzler2-3/+6
2020-01-29aerc: Update config for >=0.3 and add personal bindsRobert Günzler2-2/+45
2020-01-29sway: Auto-start redshiftRobert Günzler1-0/+1
2020-01-29sway: Remove zoom auto-directivesRobert Günzler1-2/+0
2020-01-29waybar: Show wireguard statusRobert Günzler1-6/+5
2020-01-29vim: Suppress tabline when editing mailRobert Günzler1-0/+1
2020-01-29Replace termify with swxRobert Günzler3-15/+113
Make swq match app_ids using jq's test() which allows "fuzzy" matching