From 2c70b82db970041b63555caed02e6960a5700082 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 16 Dec 2020 19:18:39 +0100 Subject: [PATCH] Fix things --- files/.config/alacritty/alacritty.yml | 4 ++-- files/.config/i3/config | 2 +- files/.config/picom.conf | 19 ++++++++++++++---- .../__pycache__/__init__.cpython-38.opt-1.pyc | Bin 136 -> 136 bytes .../__pycache__/devicons.cpython-38.opt-1.pyc | Bin 4655 -> 4655 bytes .../devicons_linemode.cpython-38.opt-1.pyc | Bin 1000 -> 1000 bytes files/.vimrc | 2 +- 7 files changed, 19 insertions(+), 8 deletions(-) diff --git a/files/.config/alacritty/alacritty.yml b/files/.config/alacritty/alacritty.yml index ca8d45e..f2a67d2 100644 --- a/files/.config/alacritty/alacritty.yml +++ b/files/.config/alacritty/alacritty.yml @@ -115,7 +115,7 @@ colors: cyan: '0x56b6c2' white: '0xffffff' -background_opacity: 0.90 +background_opacity: 0.9 selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" @@ -135,7 +135,7 @@ cursor: # If this is `true`, the cursor will be rendered as a hollow box when the # window is not focused. - unfocused_hollow: false + unfocused_hollow: true # Live config reload (changes require restart) live_config_reload: true diff --git a/files/.config/i3/config b/files/.config/i3/config index 1725986..3dd4d82 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -141,7 +141,7 @@ new_window 1pixel # Set Border for_window [class="^.*"] border pixel 0 -for_window [class="Alacritty"] border pixel 2 +for_window [class="Alacritty"] border pixel 1 for_window [class="xterm"] border pixel 1 set $red "#e06c75" diff --git a/files/.config/picom.conf b/files/.config/picom.conf index b107551..ca68ea7 100644 --- a/files/.config/picom.conf +++ b/files/.config/picom.conf @@ -1,7 +1,6 @@ # Opacity opacity-rule = [ "90:class_g *?= 'XTerm'", - "95:class_g *?= 'thunar'", "90:class_g *?= 'jetbrains-idea'", "90:class_g *?= 'code-oss'", ]; @@ -12,15 +11,27 @@ blur: { strength = 5; } +#inactive-dim = 0.10; +#inactive-opacity = 0.9; + +shadow = true; +shadow-radius = 12; +shadow-opacity = 0.4; +shadow-offset-x = 4; +shadow-offset-y = 4; +shadow-red = 0 +shadow-green = 0 +shadow-blue = 0 +shadow-exclude = [ + "class_g *?= 'dmenu'", +] + # Fading #fading = true; #fade-in-step = 0.10; #fade-out-step = 0.10; #fade-exclude = [ ]; -#inactive-dim = 0.15; -#inactive-opacity = 0.9; - #detect-rounded-corners = true; #corner-radius = 0.0; #rounded-corners-exclude= [ diff --git a/files/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/__init__.cpython-38.opt-1.pyc index 5a3c95710ce5e6f240fbabdf059918794f6121dc..8b6b512bf8217302ae5cb21f1080633e0f84e5b2 100644 GIT binary patch delta 19 YcmeBR>|o>$<>lpK0D{JCB@?-80VMqdTL1t6 delta 19 ZcmeBR>|o>$<>lpK0D>!=dnR(%0sthg1W5n@ diff --git a/files/.config/ranger/plugins/__pycache__/devicons.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/devicons.cpython-38.opt-1.pyc index 15052120c0af6bb91e1cab81d18c97aadb5453ab..70e62139d61235ea858a39b755f4858cb94b62ef 100644 GIT binary patch delta 20 acmZ3lvR;Kdl$V!_0SFqmm2Biz5dr`+?gYpH delta 20 acmZ3lvR;Kdl$V!_0SK;e?%Bw#A_M?4jRdv; diff --git a/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc b/files/.config/ranger/plugins/__pycache__/devicons_linemode.cpython-38.opt-1.pyc index 8e7f4dd13cc8b56bfceda630aeb5d348fa62d24e..c36a90eb4736629e20cf276bc21dbe8dd5da1b0f 100644 GIT binary patch delta 20 acmaFC{(_x5l$V!_0SFqmm2Bj`%M1WHvjwUE delta 20 acmaFC{(_x5l$V!_0SK;e?%BwFml*&#QU#a* diff --git a/files/.vimrc b/files/.vimrc index 97976d9..3c33863 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -63,7 +63,7 @@ set mouse=a " a=on, c=off set undolevels=1337 set backspace=indent,eol,start set wildmenu " autocomplete :e -set scrolloff=10 " min lines above or below the cursor +set scrolloff=5 " min lines above or below the cursor " ============================== Statusline set laststatus=2