From 6706cb7a838054869adb541a21839dfcd1eb5d7c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 28 Dec 2024 15:37:46 +0100 Subject: [PATCH] Update dotfiles --- dotfiles/.config/picom/picom.conf | 5 +++-- dotfiles/.imwheelrc | 8 ++++++++ dotfiles/.zprofile | 1 + 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/dotfiles/.config/picom/picom.conf b/dotfiles/.config/picom/picom.conf index 31b99f4..6c13a59 100644 --- a/dotfiles/.config/picom/picom.conf +++ b/dotfiles/.config/picom/picom.conf @@ -89,6 +89,7 @@ fade-delta = 1.5; # Specify a list of conditions of windows that should not be faded. # fade-exclude = [] +fade-exclude = [ "class_g = 'xsecurelock'" ]; # Do not fade on window open/close. # no-fading-openclose = false @@ -213,8 +214,8 @@ blur-background-exclude = [ # Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`. # `xrender` is the default one. # -# backend = "glx" -backend = "xrender"; +# backend = "xrender"; +backend = "glx" # Use higher precision during rendering, and apply dither when presenting the # rendered screen. Reduces banding artifacts, but might cause performance diff --git a/dotfiles/.imwheelrc b/dotfiles/.imwheelrc index 1cfce9a..fc3fd17 100644 --- a/dotfiles/.imwheelrc +++ b/dotfiles/.imwheelrc @@ -6,6 +6,14 @@ Control_L, Up, Control_L|Button4 Control_L, Down, Control_L|Button5 +"LibreWolf" + None, Up, Button4, 2 + None, Down, Button5, 2 + Shift_L, Up, Shift_L|Button4, 4 + Shift_L, Down, Shift_L|Button5, 4 + Control_L, Up, Control_L|Button4 + Control_L, Down, Control_L|Button5 + "^(discord|ferdi|spotify)$" None, Up, Button4, 3 None, Down, Button5, 3 diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index be728e4..e5f4af1 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -42,6 +42,7 @@ export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker export MINIKUBE_HOME="$XDG_DATA_HOME"/minikube +# export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR"/gcr/ssh export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus