aboutsummaryrefslogtreecommitdiff
path: root/picom.conf
diff options
context:
space:
mode:
authorKyle Javier2021-09-28 21:03:36 -0400
committerKyle Javier2021-09-29 02:57:48 -0400
commit04edd4e76db90db9a70d3bd5adf09656d4839603 (patch)
treef6bad8b0a603f616e4ebb830d6aaf8f2741301a9 /picom.conf
parent9e2a86eb5693a3d900421e9009d50ed849cc25be (diff)
changed some settings & Super+Tab/Alt+Tab keybindings added
Diffstat (limited to 'picom.conf')
-rw-r--r--picom.conf8
1 files changed, 4 insertions, 4 deletions
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