From 269e8b88d68b1d48e2af92ef5b4b005f0bc229a9 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 23 Jun 2020 12:56:18 +0200 Subject: alacritty: cleanup and restructure Adds a README that explains how it works. Introduces common extension prefixes to identify overlays and color sets and makes the script output to stdout instead of to file --- .config/alacritty/launcher.ovl.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/alacritty/launcher.ovl.yml (limited to '.config/alacritty/launcher.ovl.yml') diff --git a/.config/alacritty/launcher.ovl.yml b/.config/alacritty/launcher.ovl.yml new file mode 100644 index 0000000..91b84db --- /dev/null +++ b/.config/alacritty/launcher.ovl.yml @@ -0,0 +1,20 @@ +env: + GUICALL: '1' + +window: + padding: + 'x': 8 + 'y': 6 + dynamic_padding: true + decorations: none + +font: + size: 13.0 + +background_opacity: 0.95 + +# shell: +# program: /usr/bin/env +# args: +# - LD_LIBRARY_PATH=/usr/local/lib64 +# - mrsh -- cgit 1.4.1