From 04edd4e76db90db9a70d3bd5adf09656d4839603 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Tue, 28 Sep 2021 21:03:36 -0400 Subject: changed some settings & Super+Tab/Alt+Tab keybindings added --- picom.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'picom.conf') diff --git a/picom.conf b/picom.conf index 804d5d9..b2a6cc4 100644 --- a/picom.conf +++ b/picom.conf @@ -7,8 +7,8 @@ # (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, # unless explicitly requested using the wintypes option. # -# shadow = false -shadow = true; +shadow = false +#shadow = true; # The blur radius for shadows, in pixels. (defaults to 12) # shadow-radius = 12 @@ -120,8 +120,8 @@ fade-out-step = 0.03; # Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0) -# inactive-opacity = 1 -inactive-opacity = 0.8; +inactive-opacity = 1 +#inactive-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) frame-opacity = 1.0 -- cgit v1.2.3