From 69d464818c7a6e599771fe67d407c163c8a7a0c4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 14 Sep 2021 13:37:00 +0530 Subject: config changes sync --- config/dunst/dunstrc | 2 +- config/picom.conf | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 config/picom.conf (limited to 'config') diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 0337ae9..a5bdeb4 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -1,5 +1,5 @@ [global] - font = JetBrains Mono, Font Awesome 5 Free Solid, Font Awesome 5 Free Regular, Font Awesome 5 Brands 11 + font = JetBrainsMono Nerd Font, Font Awesome 5 Free Solid, Font Awesome 5 Free Regular, Font Awesome 5 Brands 11 # Allow a small subset of html markup: # bold diff --git a/config/picom.conf b/config/picom.conf new file mode 100644 index 0000000..f0115c3 --- /dev/null +++ b/config/picom.conf @@ -0,0 +1,23 @@ +backend = "glx"; + +inactive-dim = 0.3; +focus-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'"]; + +#backend = "glx"; +#blur-method = "dual_kawase"; +#blur-strength = 2; + +fading = false; +#fade-delta = 2; + +shadow = false; +#shadow-opacity = 0.9; +#shadow-radius = 20; + +opacity-rule = [ + "99:class_g = 'St' && focused", + "90:class_g = 'St' && !focused", + "98:class_g = 'qutebrowser' && !focused", + "100:class_g = 'qutebrowser' && focused", + "100:class_g = 'dmenu'", +]; -- cgit v1.3.1