diff options
| -rw-r--r-- | compton/.config/compton.conf | 5 | ||||
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/compton/.config/compton.conf b/compton/.config/compton.conf index 8bc64ff..f42a5f8 100644 --- a/compton/.config/compton.conf +++ b/compton/.config/compton.conf @@ -121,7 +121,7 @@ fade-out-step = 0.06; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) # inactive-opacity = 0.8; -inactive-opacity = 0.4; +inactive-opacity = 0.6; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) frame-opacity = 1; @@ -135,7 +135,7 @@ frame-opacity = 1; inactive-opacity-override = true; # Default opacity for active windows. (0.0 - 1.0, defaults to 1.0) -active-opacity = 0.8; +active-opacity = 1.0; # Dim inactive windows. (0.0 - 1.0, defaults to 0.0) # inactive-dim = 0.5; @@ -148,6 +148,7 @@ focus-exclude = [ "class_g *= 'Vivaldi'", "class_g *= 'Brave'", "class_g = 'Mattermost'", + "class_g = 'KeePassXC'", "class_g = 'Signal'" ] diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index d4c2f80..aacef54 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -21,7 +21,8 @@ super + shift + p keepassxc super + shift + a - $TERMINAL -e alsamixer + pavucontrol + #$TERMINAL -e alsamixer super + v $TERMINAL -e ncmpcpp -s visualizer |
