Minor tweaks

laptop
Elias Almqvist 1 year ago
parent eebe14c610
commit d42e9e204b
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 6
      picom/.config/picom/picom.conf
  2. 2
      vim/.vimrc
  3. 9
      zsh/.zshrc

@ -78,7 +78,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Parameters for background blurring, see the *BLUR* section for more information. # Parameters for background blurring, see the *BLUR* section for more information.
blur-method = "dual_kawase"; blur-method = "dual_kawase";
blur-strength = 800; blur-strength = 10;
blur-size = 16; blur-size = 16;
# Blur background of semi-transparent / ARGB windows. # Blur background of semi-transparent / ARGB windows.
@ -167,7 +167,7 @@ detect-rounded-corners = true;
# opacity-rule = [ "100:fullscreen", "95:!fullscreen" ]; # opacity-rule = [ "100:fullscreen", "95:!fullscreen" ];
opacity-rule = [ opacity-rule = [
"100:class_g = 'Alacritty' && focused", "100:class_g = 'Alacritty' && focused",
"90:class_g = 'Alacritty' && !focused" "98:class_g = 'Alacritty' && !focused"
]; ];
opacity-exclude = [ opacity-exclude = [
@ -181,7 +181,7 @@ opacity-exclude = [
# try detecting this with X RandR extension. # try detecting this with X RandR extension.
# #
# refresh-rate = 60 # refresh-rate = 60
refresh-rate = 60; # refresh-rate = 60;
# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, # Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window,
# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, # rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy,

@ -34,4 +34,4 @@ syntax on
"set nu rnu "set nu rnu
"set ruler "set ruler
colors koehler " colors koehler

@ -75,7 +75,7 @@ ZSH_THEME="edvardm"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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 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! export PATH="$HOME/.scripts:$HOME/.cargo/bin:$HOME/.local/bin:$PATH" # Add custom scripts!
# Program defaults # Program defaults
export VIDPLAY=vlc export VIDPLAY=mpv
export IMGVIEW=eog export IMGVIEW=eog
export EDITOR=nvim export EDITOR=nvim
# pyenv
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# pnpm # pnpm
export PNPM_HOME="/home/elal/.local/share/pnpm" export PNPM_HOME="/home/elal/.local/share/pnpm"
case ":$PATH:" in case ":$PATH:" in

Loading…
Cancel
Save