Update picom.sample.conf
This commit is contained in:
parent
86fb826da4
commit
d08c9b8c49
|
@ -167,9 +167,11 @@ frame-opacity = 0.7;
|
|||
|
||||
# Default opacity for dropdown menus and popup menus. (0.0 - 1.0, defaults to 1.0)
|
||||
# menu-opacity = 1.0
|
||||
# menu-opacity is depreciated use dropdown-menu and popup-menu instead
|
||||
#popup_menu = { opacity = 0.x; }
|
||||
#dropdown_menu = { opacity = 0.x; }
|
||||
# menu-opacity is depreciated use dropdown-menu and popup-menu instead.
|
||||
|
||||
#If using these 2 below change their values in line 510 & 511 aswell
|
||||
popup_menu = { opacity = 0.8; }
|
||||
dropdown_menu = { opacity = 0.8; }
|
||||
|
||||
|
||||
# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows.
|
||||
|
|
Loading…
Reference in New Issue