.fvwm/config
changeset 556 2c98b16a87d9
parent 555 c1c901ed4725
child 557 03455318fdb7
equal deleted inserted replaced
555:c1c901ed4725 556:2c98b16a87d9
   121 Emulate Mwm
   121 Emulate Mwm
   122 # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu.
   122 # Mwm and Win style menus popup sub menus automatically and never overlap the parent menu.
   123 # Available: Fvwm, Mwm, Win.
   123 # Available: Fvwm, Mwm, Win.
   124 MenuStyle "*" Mwm
   124 MenuStyle "*" Mwm
   125 
   125 
       
   126 # If during an interactive move the window or icon comes within proximity pixels of
       
   127 # another the window or icon, it is moved to make the borders adjoin.
       
   128 Style * SnapAttraction 10
       
   129 
   126 Style "*" !Iconifiable
   130 Style "*" !Iconifiable
   127 # This disable ResizeOpaque, which cause frequent redrawing of applications.
   131 # This disable ResizeOpaque, which cause frequent redrawing of applications.
   128 Style "*" ResizeOutline
   132 Style "*" ResizeOutline
   129 
   133 
   130 ################################################################
   134 ################################################################