From 06c33731028d3805e40a0ced2a0ee49aec5b6012 Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 27 Jul 2020 21:44:30 -0400 Subject: [PATCH] Up picom's unfocused opacity, and add qutebrowser shortcut for sxhkdrc --- .config/picom/picom.conf | 2 +- .config/sxhkd/sxhkdrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index aae44bb..5071267 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -7,7 +7,7 @@ shadow-radius = 14 fading = true fade-delta = 5 -inactive-opacity = 0.8 +inactive-opacity = 0.85 blur-background = true blur-kern = "11x11gaussian" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5708263..2e55d92 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -6,6 +6,10 @@ super + Return kitty +# browser +super + shift + Return + qutebrowser + # program launcher super + @space rofi -width 30 \