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/overlay.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .config/alacritty/overlay.yml (limited to '.config/alacritty/overlay.yml') diff --git a/.config/alacritty/overlay.yml b/.config/alacritty/overlay.yml deleted file mode 100644 index 3c94561..0000000 --- a/.config/alacritty/overlay.yml +++ /dev/null @@ -1,34 +0,0 @@ -window: - decorations: none - -font: - size: 13.0 - normal: - family: Iosevka SS05 - # family: Cozette Vector - style: Slim - - bold: - style: Bold - italic: - style: Italic - bold_italic: - style: Bold Italic - -visual_bell: - duration: 0 - color: '#af005f' - -background_opacity: 0.99 - -mouse: - url: - launcher: - program: url-launcher - modifiers: Control - - -key_bindings: - - { key: 'N', mods: 'Super|Shift', action: 'SpawnNewInstance' } - - { key: 'PageUp', mods: 'Alt', action: 'ScrollPageUp' } - - { key: 'PageDown', mods: 'Alt', action: 'ScrollPageDown' } -- cgit 1.4.1