From d42e9e204b95f4bd834fe1772996a6fd879635c2 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Wed, 26 Jul 2023 19:31:51 +0200 Subject: [PATCH] Minor tweaks --- picom/.config/picom/picom.conf | 6 +++--- vim/.vimrc | 2 +- zsh/.zshrc | 9 ++------- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 21aaf1b..b5f4e4c 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -78,7 +78,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Parameters for background blurring, see the *BLUR* section for more information. blur-method = "dual_kawase"; -blur-strength = 800; +blur-strength = 10; blur-size = 16; # Blur background of semi-transparent / ARGB windows. @@ -167,7 +167,7 @@ detect-rounded-corners = true; # opacity-rule = [ "100:fullscreen", "95:!fullscreen" ]; opacity-rule = [ "100:class_g = 'Alacritty' && focused", - "90:class_g = 'Alacritty' && !focused" + "98:class_g = 'Alacritty' && !focused" ]; opacity-exclude = [ @@ -181,7 +181,7 @@ opacity-exclude = [ # try detecting this with X RandR extension. # # refresh-rate = 60 -refresh-rate = 60; +# refresh-rate = 60; # Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, # rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, diff --git a/vim/.vimrc b/vim/.vimrc index a089011..e262736 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -34,4 +34,4 @@ syntax on "set nu rnu "set ruler -colors koehler +" colors koehler diff --git a/zsh/.zshrc b/zsh/.zshrc index 281f020..d38c56b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -75,7 +75,7 @@ ZSH_THEME="edvardm" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting) +plugins=(git fast-syntax-highlighting) source $ZSH/oh-my-zsh.sh @@ -107,15 +107,10 @@ export TERM='xterm-256color' export PATH="$HOME/.scripts:$HOME/.cargo/bin:$HOME/.local/bin:$PATH" # Add custom scripts! # Program defaults -export VIDPLAY=vlc +export VIDPLAY=mpv export IMGVIEW=eog export EDITOR=nvim -# pyenv -export PYENV_ROOT="$HOME/.pyenv" -command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" -eval "$(pyenv init -)" - # pnpm export PNPM_HOME="/home/elal/.local/share/pnpm" case ":$PATH:" in