Update dotfiles
This commit is contained in:
parent
4737a50b9e
commit
6706cb7a83
|
@ -89,6 +89,7 @@ fade-delta = 1.5;
|
||||||
|
|
||||||
# Specify a list of conditions of windows that should not be faded.
|
# Specify a list of conditions of windows that should not be faded.
|
||||||
# fade-exclude = []
|
# fade-exclude = []
|
||||||
|
fade-exclude = [ "class_g = 'xsecurelock'" ];
|
||||||
|
|
||||||
# Do not fade on window open/close.
|
# Do not fade on window open/close.
|
||||||
# no-fading-openclose = false
|
# no-fading-openclose = false
|
||||||
|
@ -213,8 +214,8 @@ blur-background-exclude = [
|
||||||
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
|
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
|
||||||
# `xrender` is the default one.
|
# `xrender` is the default one.
|
||||||
#
|
#
|
||||||
# backend = "glx"
|
# backend = "xrender";
|
||||||
backend = "xrender";
|
backend = "glx"
|
||||||
|
|
||||||
# Use higher precision during rendering, and apply dither when presenting the
|
# Use higher precision during rendering, and apply dither when presenting the
|
||||||
# rendered screen. Reduces banding artifacts, but might cause performance
|
# rendered screen. Reduces banding artifacts, but might cause performance
|
||||||
|
|
|
@ -6,6 +6,14 @@
|
||||||
Control_L, Up, Control_L|Button4
|
Control_L, Up, Control_L|Button4
|
||||||
Control_L, Down, Control_L|Button5
|
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)$"
|
"^(discord|ferdi|spotify)$"
|
||||||
None, Up, Button4, 3
|
None, Up, Button4, 3
|
||||||
None, Down, Button5, 3
|
None, Down, Button5, 3
|
||||||
|
|
|
@ -42,6 +42,7 @@ export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
|
||||||
export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages
|
export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages
|
||||||
export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker
|
export DOCKER_CONFIG="$XDG_CONFIG_HOME"/docker
|
||||||
export MINIKUBE_HOME="$XDG_DATA_HOME"/minikube
|
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
|
export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue