diff options
| author | Kyle Javier | 2021-09-28 21:03:36 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-29 02:57:48 -0400 |
| commit | 04edd4e76db90db9a70d3bd5adf09656d4839603 (patch) | |
| tree | f6bad8b0a603f616e4ebb830d6aaf8f2741301a9 /picom.conf | |
| parent | 9e2a86eb5693a3d900421e9009d50ed849cc25be (diff) | |
changed some settings & Super+Tab/Alt+Tab keybindings added
Diffstat (limited to 'picom.conf')
| -rw-r--r-- | picom.conf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
